Skip to content

Instantly share code, notes, and snippets.

@dolinsky
Created January 18, 2012 15:41
Show Gist options
  • Save dolinsky/1633595 to your computer and use it in GitHub Desktop.
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.
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