Testing script

By Sylvain Comte Last update May 28, 2009 — Installed 117 times.

There are 12 previous versions of this script.

// ==UserScript==
// @name Testing script
// @include http://userscripts.org/scripts/show/50321
// @namespace http://sylvain.comte.online.fr
// @description Don't use me, i'm here for testing purpose only
// @version 0
// @require http://userscripts.org/scripts/source/35611.user.js
// ==/UserScript==

thisId=50321;
thisVersion="1";
GMSUCfreq=1;

function nothing() {
   alert("nothing done. And well done");
   GM_scriptVersionControl();
   }

nothing();