Comment by daeken

14 years ago

Well, that's interesting. All the content is still there, but then an overlay is placed on the page using JS once the page loads. How long until someone puts up a greasemonkey script to unblackout WP?

The mobile site is also still available, by design.

"Is it still possible to access Wikipedia in any way?

The Wikipedia community, as part of their request to the Wikimedia Foundation to carry out this protest, asked us to ensure that we make English Wikipedia accessible in some way during an emergency. The English Wikipedia will be accessible on mobile devices and smart phones. Because the protest message is powered by JavaScript, it's also possible to view Wikipedia by completely disabling JavaScript in your browser."

Here goes a "small" bookmarklet:

javascript:(function(){document.getElementById("mw-page-base").style.display="block"; document.getElementById("mw-head-base").style.display="block"; document.getElementById("content").style.display="block"; document.getElementById("mw-head").style.display="block"; document.getElementById("mw-panel").style.display="block"; document.getElementById("footer").style.display="block"; document.getElementById("mw-sopaOverlay").style.display="none";})()

It's pretty smart, actually. They don't want to ruin their SEO.

  • um, im sure that Google had no idea about Wikipedia's plans and let their spider autocrawl the domain without manually overwriting its settings.

    I would rather find it in Google's best interest to keep Wiki pages high up in results, btw.

    Further, Google spider can "apply" CSS and "see" which elements of the page cover other content with divs.

I think the idea is to draw attention of the non-technical crowd. Those who can "put up a greasemonkey script" are probably well aware of SOPA already.

Just disable JavaScript. An extension is overkill! ;)

  • I was sitting here trying to figure out if it started yet because all the pages kept loading. This is good though, almost anyone who has javascript disabled is probably aware of the issue and against it.

    • It still shows "The English Wikipedia is currently locked for the SOPA/PIPA blackout" on the main page.