Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
NoDelay
Removes the delay in navigating to the download links on many upload sites (v1.3.20070529.1)
NoDelay v1.3.20070529.1
NoDelay is designed to be wildcard filtered through greasemonkey, and then further filtering is imposed at the script level to allow a far greater control of script processing.
NoDelay handles any subdomain and prefix, if you wanted to do further processing on the domain prefix this is also possible via the aDomain Array, as well as further processing of the path parameters via the aPath Array.
The script is designed to automatically bypass delaying tactics by the providers of the service, to reach the download link or to a point where human interaction is actually needed, as oppose to mindlessly pressing buttons and interactively waiting for the time delay to reach the same point.
If you would like additional links to be included leave a comment and I will endevour to fulfil your request.
* History
* 2006.11.24..Added more scripts, and Improved NoCountdown's "depositfiles.com" script
* Included support for
* www.filesend.net -- Taken from NoCountdown
* www.depositfiles.com -- Taken from NoCountdown -- Modified script
* www.badongo.com -- Taken from NoCountdown
* www.megaupload.com -- Taken from NoCountdown
* Added support for
* www.mihd.net
* www.icefile.net
* www.mytempdir.com
* www.bigupload.com
* www.yousendit.com
* www.live-share.com
* www.fileho.com
* 2006.11.27..Added more scripts, and Improved Rapidshare Bundle's "rapidshare" script
* Fixed support for
* www.megaupload.com - just wait for the script to start the download automatically
* Added support for
* www.rapidshare.com
* www.rapidshare.de
* www.oxyshare.com
* 2006.11.28..Added support for
* www.turboupload.com
* www.mooload.com
* www.icefile.com
* www.quicksharing.com
* www.verzend.be
* www.megashares.com
* ** Not Yet ** www.zupload.com
* www.ftp2share.com
* www.lix.in -- RapidShare
* www.filefactory.com
* www.sendspace.com
* www.yofreespace.com
* 2006.12.07..Added support for
* www.gigasize.com
* www.ileech.net
* www.rsprotect.com
* www.mediafire.com
* www.zshare.net
* www.binfile.org
* 2007.01.02..Added support for
* www.uploading.com
* www.easy-share.com
* 2007.01.11..Added support for
* www.axifile.com
* www.sharebigfile.com
* www.megarotic.com
* www.looler.com
* www.megashares.com
* www.gulli.com
* www.hyperupload.com
* www.link-protector.com
* www.icefile.org
*
* 2007.05.25..Added support for
* www.flyupload.com
* www.mfile3.com
* www.filefront.com
* www.bravoshare.com
* www.urlcash.net
*
* 2007.05.30..Updated support for
* www.flyupload.com
You could comment on this script if you were logged in.

login to vote
diegaso11,
look top right, "Install this script".
login to vote
thnx boy
http://www.evdenevenakliyatbul.com/
http://www.paslanmazbul.net
http://www.paslanmazbul.net
login to vote
If somebody doesn't take this into their own hands to fix all the bugs I will go insane.
login to vote
Megaupload doesn't work. It keeps going back to the download page where you have to type in the correct characters from the picture.
login to vote
Changing the "Megashare" function with the following will make the script stop at the password prompt, if the file is protected by password, otherwise it goes in an intfinite loop ...
function megashare(tld){ if (tld!='com') return; try { unsafeWindow.c=0; } catch(e){}; unsafeWindow.setTimeout( function() { try { //var urlLink = getFirstXPathResult("//input[@name='auth_nm']"); var urlLink = getFirstXPathResult("//*[contains(text(), 'Enter Password')]"); if(!urlLink){ findClick("//input[@value='Click Here to Download']"); } } catch(e){} }, 1000); try { findClick("//input[@name='FreeDz']"); } catch(e){}; try { findClick("//input[@name='yes']"); } catch(e){}; }login to vote
Thanks. But megaupload still doesn't work. Can someone help or upload a fixed version?
login to vote
Thanks :))
login to vote
thanks!!!
login to vote
Doesn't work for RapidShare anymore since their update.
login to vote
you are the wind beneath my wings...
login to vote
Hey...
I have found out that this script caused that you cannot download a file from http://www.mediafire.com/
What happens with this script turned on, is that when on a file download link (try this one for example: http://www.mediafire.com/?mgsxlldumx1 ) when page has almost loaded, suddenly you get redirected to http://www.mediafire.com/ (frontpage).
For a long time I thought, that it was due to a bug in mediafire.com's code, but then I tried to turn off this script = bug didn't happen anymore ~ you were able to stay on download file site and download the file.
Otherwise nice script - works on some of the sites.
@other users:
Just remove 'http://*mediafire.com/*' from 'Included Pages' and add it to 'Excluded Pages' instead. This will workaround the bug until it has been fixed in a new release of the script.
login to vote
Un gain de temps non négligeable
login to vote
it supposed to let you enter the CAPTCHAs before the wait time, thus making your life easier.
alas it's outdated now :C
login to vote
alright looks good but can someone tell me how to use this script....especially creator i would like to chat with you please get hold with me...
thanks
login to vote
There is no netload.in !!! OMG, I'm freaking out !!! But anyway, it wouldn't make much difference because all of them don't work, lol.
login to vote
neither rapidshare :/
login to vote
easy-share.com doesn't work anymore :(
login to vote
Someone should/could take this script over, and update it.
login to vote
Technical details of permanent failure:
PERM_FAILURE: SMTP Error (state 13): 550 <[NoDelayDeveloper]@mail.com>: inactive user
:(
login to vote
good script but no update out yet!!
login to vote
Any updates? Or a similar script? Anything? :o
login to vote
any updates on the way?
login to vote
This is amazing, but it really should be updated!!
update it soon pls! =)
login to vote
Ok dear I like the script.. Checking sites now,, lets see if it WORKS :P
login to vote
chr15 you might like to look into "User Script Updates" http://userscripts.org/scripts/show/2296
Adding a couple of lines to your script will allow the script to auto update whenever you update it. Rather than people having to come here every few days to see if you have updated it.