Created
January 18, 2012 15:41
-
-
Save dolinsky/1633595 to your computer and use it in GitHub Desktop.
A bookmarklet that 'desopafies' Wikipedia pages. Please only use this after you've contacted every single one of your representatives to let them know how harmful SOPA and PIPA really are.
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(){var d=document.getElementById("mw-sopaOverlay");d.setAttribute("style","display: none");var a=["mw-page-base","mw-head","mw-panel","mw-head-base","content","footer"];for(var i=0;i<a.length;i++){var d=document.getElementById(a[i]);d.setAttribute("style","display: block")}})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment