Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

MegaUpload.com - Download Items Directly (bypass everything)

redirects directly to the download page, bypassing captcha and countdown timer.




Mar 13, 2008
neko User

doesn't work again, even after putting in the corrections described below.

 
Feb 16, 2008
Mango Scriptwright

Wow, it works. After you make the necessary corrections. Replace the last two lines with the below (replace ~ with <)

b = x('Filename:~/font>~/b> ', '~/div>');
if (a && b) document.location = a + b;

 
Jan 30, 2008
smacked Scriptwright

after looking at the code, the only thing that seems to be incorrect is the following 2 lines:

Currently:
b = x('Description: ', '');
Change To:
b = x('Filename: ', '');

Currently:
if (a && b) document.location = a + b + ".rar";
Change To:
if (a && b) document.location = a + b;

it's a direct link to the file, although it still seems only one file can be downloaded from MU at a time. Good job though - much better than many of the other similar scripts i've come across

 
Nov 12, 2007
Arthur900 User

i didn't see anything

 
Oct 31, 2007
Cory Roberts User

This doesn't work for me.

You could comment on this script if you were logged in.