megaupload deceit

Last update on Oct 5, 2005

Removes ads and counter from megaupload links

Script removes ads, images and all content of www.megaupload.com download page and it's not nessesary to wait XX seconds.




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

26 comments Feed-icon

1 point
login to vote
nickie2 user
Posted Dec 27, 2007

just founded megaupload search tool. maybe it'll be useful for you.
megaupload search

1 point
login to vote
Erdinc scriptwright
Posted Nov 10, 2006

for Rapidshare you can use my script: http://userscripts.org/scripts/show/5067 It's got a countdown timer to warn you when it's time to enter the captcha

1 point
login to vote
Jonny user
Posted Oct 28, 2006

Doesn't seem to work anymore.

1 point
login to vote
Jonny user
Posted Oct 11, 2006

Yes it does locke, works like a charm.

http://s1.upload.sc/prepare/48a6fe12f290a9a0e5e...

1 point
login to vote
locke user
Posted Sep 22, 2006

This script still working with the dave and javier modifications?

1 point
login to vote
Matthew 1 user
Posted Jul 31, 2006

It's not working here either

1 point
login to vote
Chris3ne user
Posted Jun 22, 2006

This directs me straight to a download link, which does not work. Does it work for anyone else?

1 point
login to vote
mee user
Posted Jun 17, 2006

combine with the UserStyles.org megaupload style to kill ad-floaties

1 point
login to vote
mee user
Posted Apr 27, 2006

Dave's fix doesn't seem effective: http://rapidshare.de/files/19113927/DaveFix.use...

1 point
login to vote
xamm scriptwright
Posted Mar 25, 2006

Seems to me like they've added a thing like Rapidshare where you still have to wait as the countdown serverside too as I just keep getting looped back to the start pageunless I wait a while.

1 point
login to vote
Javier user
Posted Mar 24, 2006

Megaupload changed their page. You need to change every instance of downloadhtml for download_html and it will work again

1 point
login to vote
Dave 1 user
Posted Feb 27, 2006

Argh, I can't edit my comment and it seems like the comment removed all the "Enter", well the point is to add this :
if(document.getElementById("downloadhtml").innerHTML != ""){
at the beginning of the script, and this :
}
at the end.
Hopes it works for you too

1 point
login to vote
Dave 1 user
Posted Feb 27, 2006

The script is not working anymore since Megaupload put a little page before the actual download page, you can easily adapt the script for that, just edit the one you had with this and it should work :

// megaupload deceit script
// version 0.1
// 2005-10-05
// Copyright (c) 2005, paullus
// Released under the GPL license
// http://www.gnu.org/copyleft/gpl.html
//
// --------------------------------------------------------------------
//
// This is a Greasemonkey user script. To install it, you need
// Greasemonkey 0.3 or later: http://greasemonkey.mozdev.org/
// Then restart Firefox and revisit this script.
// Under Tools, there will be a new menu item to "Install User Script".
// Accept the default configuration and install.
//
//
// --------------------------------------------------------------------
//
// ChangeLog
// 2005-10-05 - 0.1 - Initial release
//
// --------------------------------------------------------------------
//
// ==UserScript==
// @name megaupload deceit
// @description Removes ads and counter from megaupload links
// @include http://www.megaupload.com/*
// ==/UserScript==

var sstr, index, resstr, newContent;
if(document.getElementById("downloadhtml").innerHTML != ""){
sstr = "document.getElementById(\"downloadhtml\").innerHTML = '
index = document.body.parentNode.innerHTML.indexOf(sstr);
resstr = "";
index += sstr.length;
while(true)
{
chr = document.body.parentNode.innerHTML.substring(index, index + 1);
if (chr == '"')
{
break;
}
resstr+=chr;
index++;
}
resstr = encodeURI(resstr);
newContent = "


document.body.parentNode.innerHTML = newContent;}

1 point
login to vote
GoD user
Posted Feb 19, 2006

@Kristoffer
same here %3Cframeset%20rows=

1 point
login to vote
Kristoffer user
Posted Feb 18, 2006

I only get a white header with %3Cframeset%20rows= and the rest of the site is black.

1 point
login to vote
Mega Man user
Posted Feb 8, 2006

no prob with me, it seems that I can download faster than before

1 point
login to vote
Posted Jan 31, 2006

having same prob as khanjee

1 point
login to vote
Posted Dec 20, 2005

Using FX1.5 and I get to a page with a link but when I right click on the file and save...it saves a web page...not the file?
what am I doing wrong?

1 point
login to vote
mee user
Posted Dec 18, 2005

khanjee: STOP being so needy and demanding! The script is working fine for me in FX 1.0.7 as it has been from day 1 in FX 1.0.x. BIG thanks to paullus!! :)

1 point
login to vote
khanjee user
Posted Dec 18, 2005

i am still waiting for my comments, response ?

1 point
login to vote
khanjee user
Posted Dec 17, 2005

Hi all fellows,
i downloaded this script and installed it, now
i visit the megaupload site, for a download link,now (http://www.megaupload.com/tr/?d=GFI5YVP4)
but i got nothing, and only this link,
e%3E%0A%0A%0A%09%0A%09%0A%09%3Cmeta%20http-equiv=

now what should i do , where i am wrong,
plz guide , i be really thankfull.
regards and waiting.

1 point
login to vote
Soheyl scriptwright
Posted Dec 10, 2005

Very good...
Big Thanks...

1 point
login to vote
caparuni user
Posted Nov 23, 2005

my bad... the script workin fine...
thx alot paullus... ;)

*great job*

1 point
login to vote
caparuni user
Posted Nov 23, 2005

not working 4 me ;(

1 point
login to vote
paullus script's author
Posted Oct 26, 2005

mee, this is it: userscripts.org/scripts/show/2020

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