Skip to content

Instantly share code, notes, and snippets.

@ChrisMBarr
Created December 3, 2010 16:54
Show Gist options
  • Save ChrisMBarr/727210 to your computer and use it in GitHub Desktop.
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
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