Created
January 18, 2012 06:29
-
-
Save frederickding/1631446 to your computer and use it in GitHub Desktop.
JavaScript to remove SOPA banner from Wikipedia
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:jQuery("#mw-sopaOverlay").hide();jQuery("#content, #mw-page-base, #mw-head-base, #mw-head, #mw-panel, #footer").show(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment