Category:Scripting context: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
m (Reverted edits by Ingdiclemente (Talk) to last revision by Arantius)
No edit summary
Line 1: Line 1:
// -----------------------------------------------------
//
// ==UserScript==
// @name            Uploaded.to
// @namespace      Uploaded.to-Cheater
// @description    Bei Uploaded.to ohne Wartezeit herunterladen!
// @include        http://*uploaded.to*
// ==/UserScript==


document.forms[0].innerHTML = '<input type="submit" value="Download">';

Revision as of 03:01, 14 October 2010

// ----------------------------------------------------- // // ==UserScript== // @name Uploaded.to // @namespace Uploaded.to-Cheater // @description Bei Uploaded.to ohne Wartezeit herunterladen! // @include http://*uploaded.to* // ==/UserScript==

document.forms[0].innerHTML = '<input type="submit" value="Download">';

Pages in category "Scripting context"

The following 4 pages are in this category, out of 4 total.