Skip to content

Instantly share code, notes, and snippets.

@mohamedmansour
Created January 18, 2012 08:52
Show Gist options
  • Save mohamedmansour/1632050 to your computer and use it in GitHub Desktop.
Save mohamedmansour/1632050 to your computer and use it in GitHub Desktop.
javascript:(function(){
var overlay = document.getElementById('mw-sopaOverlay');
overlay.parentNode.removeChild(overlay);
var pages = ['mw-page-base', 'mw-head-base', 'content', 'mw-head', 'mw-panel', 'footer'];
var i = 0;
for (i = 0; i < pages.length; i++) {
var pageName = pages[i];
var page = document.getElementById(pageName);
page.setAttribute('style', '');
page.style.display = 'block';
}
})();
@mohamedmansour
Copy link
Author

The whole point of me creating this @mlepage is to show people that "Censorship" cannot happen. I know you could disable JAvaScript or even press escape, but the point is to show that there will be people that will always find ways to go against what is censored. We hate censorship, and this is just there to prove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment