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
You could comment on this script if you were logged in.

login to vote
just founded megaupload search tool. maybe it'll be useful for you.
megaupload search
login to vote
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
login to vote
Doesn't seem to work anymore.
login to vote
Yes it does locke, works like a charm.
http://s1.upload.sc/prepare/48a6fe12f290a9a0e5e...
login to vote
This script still working with the dave and javier modifications?
login to vote
It's not working here either
login to vote
This directs me straight to a download link, which does not work. Does it work for anyone else?
login to vote
combine with the UserStyles.org megaupload style to kill ad-floaties
login to vote
Dave's fix doesn't seem effective: http://rapidshare.de/files/19113927/DaveFix.use...
login to vote
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.
login to vote
Megaupload changed their page. You need to change every instance of downloadhtml for download_html and it will work again
login to vote
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
login to vote
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;}
login to vote
@Kristoffer
same here %3Cframeset%20rows=
login to vote
I only get a white header with %3Cframeset%20rows= and the rest of the site is black.
login to vote
no prob with me, it seems that I can download faster than before
login to vote
having same prob as khanjee
login to vote
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?
login to vote
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!! :)
login to vote
i am still waiting for my comments, response ?
login to vote
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.
login to vote
Very good...
Big Thanks...
login to vote
my bad... the script workin fine...
thx alot paullus... ;)
*great job*
login to vote
not working 4 me ;(
login to vote
mee, this is it: userscripts.org/scripts/show/2020