Created
January 18, 2012 09:59
-
-
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.
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 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