Skip to content

Instantly share code, notes, and snippets.

@bradwright
Created January 18, 2012 07:18
Show Gist options
  • Save bradwright/1631764 to your computer and use it in GitHub Desktop.
Save bradwright/1631764 to your computer and use it in GitHub Desktop.
Stop SOPA stopping Wikipedia
/* this kills the overlay and restores regular Wikipedia divs to action. */
div#mw-sopaOverlay {
display: none;
}
#mw-page-base, #mw-head-base, #content, #mw-head, #mw-panel, #footer {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment