Skip to content

Instantly share code, notes, and snippets.

@requnix
Created October 19, 2010 20:16
Show Gist options
  • Save requnix/635009 to your computer and use it in GitHub Desktop.
Save requnix/635009 to your computer and use it in GitHub Desktop.
Bookmarklet to clean up the Rails Rumble 2010 Dashboard
<a href="javascript:$('#primary, .section.commits').remove();$('#secondary').width('100%');$('.section.irc').height('67%');$('.section.irc h1').height('9%');">Clean Rumbledash</a>
@requnix
Copy link
Author

requnix commented Oct 19, 2010

Clean Rumbledash

Copy the above bookmarklet and click it whilst on the Rails Rumble dashboard to use the screen real estate a little more efficiently.

P.S. Don't ask me why the H1's have their heights set with percentages... I didn't build it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment