Created
January 18, 2012 06:25
-
-
Save luikore/1631432 to your computer and use it in GitHub Desktop.
in Chi-na we suffer from no-wiki every day
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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