Created
December 3, 2010 16:54
-
-
Save ChrisMBarr/727210 to your computer and use it in GitHub Desktop.
Add this code as the URL of a new browser bookmark and it removes the extra space taken by the ads
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
javascript:function r(){$("#page_content,#page_wrapper").width($("#page_wrapper").width()+$("#capital").width());$("#application").css("margin-right",0); $("#capital").remove();return false;} r();void(0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment