Skip to content

Instantly share code, notes, and snippets.

@camwest
Created January 18, 2012 13:58
Show Gist options
  • Save camwest/1633115 to your computer and use it in GitHub Desktop.
Save camwest/1633115 to your computer and use it in GitHub Desktop.
Stop stop sopa bookmarklet for Wikipedia.
javascript:(function(){document.getElementById("content").style.cssText = "display:block";document.getElementById("mw-sopaOverlay").style.cssText = "display:none";})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment