megaupload deceit

By paullus Last update Oct 5, 2005 — Installed 44,311 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 27 posts, 20 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
nickie2 User

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

 
Erdinc Scriptwright

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

 
Jonny Scriptwright

Doesn't seem to work anymore.

 
Jonny Scriptwright

Yes it does locke, works like a charm.

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

 
locke User

This script still working with the dave and javier modifications?

 
Matthew 1 User

It's not working here either

 
LLane User

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

 
mee User

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

 
mee User

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

 
xamm Scriptwright

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.

 
Javier User

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

 
Dave 1 User

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

 
Dave 1 User

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;}

 
GoD User

@Kristoffer
same here %3Cframeset%20rows=

 
Kristoffer User

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

 
Mega Man User

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

 
Anthony Smith User

having same prob as khanjee

 
daveraleigh User

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?

 
mee User

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!! :)

 
khanjee User

i am still waiting for my comments, response ?

 
khanjee User

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.

 
Soheyl Scriptwright

Very good...
Big Thanks...

 
caparuni User

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

*great job*

 
caparuni User

not working 4 me ;(

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel