Wikipedia Unblackout Bookmarklet
4 comments
Wouldn't it have been easier for them to redirect everything to a static black page instead of overlaying this with fancy CSS magic? Not to mention the fact that every page still gets loaded before the banner pops up, which is not only visually jarring, but also puts completely unnecessary load on their servers. Doesn't serving content cost money?
This is a neat workaround, but you can just hit "escape" on any page to do the same thing.
Dang. Where was this on the 18th? I was checking HN all day.
Adapted:
javascript:(function(){$('#mw-sopaOverlay').remove();$('div:hidden').show();}())
Save that as a bookmark URL, click, and Wikipedia away on a non-mobile site.