Skip to content

Instantly share code, notes, and snippets.

@luikore
Created January 18, 2012 06:25
Show Gist options
  • Save luikore/1631432 to your computer and use it in GitHub Desktop.
Save luikore/1631432 to your computer and use it in GitHub Desktop.
in Chi-na we suffer from no-wiki every day
// ==UserScript==
// @name wiki
// @namespace wiki
// @version 0.1
// @description only for today
// @include http://en.wikipedia.org/*
// @copyright 2011+, You
// ==/UserScript==
runOnce = function(){
setTimeout(function(){
window.$('body > div').show()
window.$('#mw-sopaOverlay').hide()
}, 4000)
}
document.body.appendChild(document.createElement("script")).innerHTML = "("+runOnce+")()";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment