FM Fast Rapid

By deleted user Last update Jul 17, 2005 — Installed 30,782 times.
/*

Ferruh Mavituna
http://ferruh.mavituna.com

*/
// ==UserScript==
// @namespace     http://ferruh.mavituna.com
// @name          FM Fast Rapid
// @description   Fast downloads in rapidshare
// @include       http://rapidshare.de/*
// ==/UserScript==

// If have it submit !
	if(document.getElementsByTagName("input")[2])
		document.getElementsByTagName("input")[2].click();

// Skip seconds limitation
window.addEventListener(
	'load',
	function() {c=-1;},
	true
);