THiS is only a TEST
By simon!
—
Last update May 26, 2008
—
Installed
79 times.
// ==UserScript==
// @name THiS is only a TEST
// @description nothing to see here...
// @include *
// @include me too ^^
// ==/UserScript==
window.setTimeout(function(one) { alert('I said:') }, 2000);
window.setTimeout(function(two) { alert('DO NOT INSTALL THIS SCRIPT!') }, 4000);
window.setTimeout(function(three) { alert('THiS is only a TEST') }, 6000);
window.setTimeout(function(four) { alert('no function!') }, 8000);
window.setTimeout(function(thousand) { alert('You still here?!?!?') }, 20000);