In case of Wikimergency (removing Wikipedia's blackout)
January 18, 2012 at 02:06 AM | Uncategorized | View CommentsHere's a bookmarklet that will remove the SOPA blackout overlay from Wikipedia:
javascript:(function(){document.getElementById("mw-sopaOverlay").style.display = "none"; var ids = ["mw-page-base", "mw-head-base", "content", "mw-head", "mw-panel", "footer"]; for (var i = 0; i < ids.length; i += 1) document.getElementById(ids[i]).style.display = "block";})()