Created
October 19, 2010 20:16
-
-
Save requnix/635009 to your computer and use it in GitHub Desktop.
Bookmarklet to clean up the Rails Rumble 2010 Dashboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="javascript:$('#primary, .section.commits').remove();$('#secondary').width('100%');$('.section.irc').height('67%');$('.section.irc h1').height('9%');">Clean Rumbledash</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.