Skip to content

Instantly share code, notes, and snippets.

@paddy2k
Created January 18, 2012 09:59
Show Gist options
  • Select an option

  • Save paddy2k/1632257 to your computer and use it in GitHub Desktop.

Select an option

Save paddy2k/1632257 to your computer and use it in GitHub Desktop.
Simple bookmark to restore access to Wikipedia. Create a bookmark in your browser and replace the URL with the code below. Then click the bookmark everytime you want to view a Wikipedia page.
javascript:(function(){var restoreWikipedia=document.createElement('style');restoreWikipedia.type='text/css';restoreWikipedia.media='all';restoreWikipedia.innerHTML='#mw-sopaOverlay{display:none;}#mw-page-base,#mw-head-base,#content,#mw-head,#mw-panel,#footer{display:block !important;}';document.head.appendChild(restoreWikipedia);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment