Fix Reply Box height with cool Bookmarklet
The following link loads a twitter bootstrap html page (i.e., cool page) that’s shared from my Dropbox account (i.e., super hacky web hosting because It’s too easy to drag and drop it to my webhost through Filezilla FTP). It has a bookmarklet that you can drag up you your bookmarks bar and click while on any Discourse forum (such as this one) to change the reply box height to 200px. This is useful if you have maximized your reply box on a computer with a large monitor, and then switch to a smaller monitor computer with no way to shrink the reply box. This bookmarklet will reset your reply box height to something you can grab and resize.
Get the Fix Reply bookmarklet to instantly set your Reply box to a height of 200px.
Add this code to a Bookmark called Fix Reply:
javascript:(function()%7B%24('div%23reply-control').css('height'%2C'200px')%7D)()