Megaupload auto-fill captcha

By Shn Last update May 23, 2009 — Installed 250,334 times.

Autostart doesn't work anymore

in
Subscribe to Autostart doesn't work anymore 13 posts, 7 voices



Mindeye Scriptwright
FirefoxWindows

It seems that Megaupload no longer allows downloading till the countdown is finished, so autostart causes a reload loop now. Can you fix it?

 
Steinn Scriptwright
FirefoxWindows

I think MU fixed that.

 
Pablo Ruiz User
FirefoxMacintosh

Same issue. This is an AWESOME script though. I'd love to see it fixed.

 
Pascal Thivent User
MozillaX11

I confirm the problem, the autostart causes an infinite loop now.

 
Avindra V.G. Scriptwright
FirefoxWindows

"no longer allows downloading till the countdown is finished"

I recently tried and mine works. Have you guys tried my revision:

http://userscripts.org/scripts/show/56989

?

I sent it to Shaun, but he never got around to replying, either to reject or accept it. I use it all the time, and it's perfect (adds a captcha-bruteforce functionality).

 
Mindeye Scriptwright
FirefoxWindows

Avindra, your revision doesn't work at all for me. I get "only is null" and "$("footer") is null" errors in the console.

 
Avindra V.G. Scriptwright
FirefoxWindows

@Mindeye:

Others have said this too:

http://userscripts.org/topics/36381

But as I've told them, it's working for me just fine. It has to be a conflicting addon or something completely strange, like megaupload changing layout per country or something.

$("footer") isn't anywhere in my script. That proves it must be something else.


EDIT: I've revised mine:

http://userscripts.org/scripts/show/56989

 
escobar User
FirefoxWindows

Guys, I really think that MegaUpload "no longer allows downloading till the countdown is finished".
I changed the line 881 of the script from this:
window.location.href = document.getElementById('downloadlink').firstChild.href;
To this:
window.setTimeout("window.location.href = document.getElementById('downloadlink').firstChild.href;", 45000);

And now it's working well again. But it's waiting 45 seconds before start downloading...

 
Avindra V.G. Scriptwright
FirefoxWindows

Those still looking for a working revision, like escobar here, look here. Where are you Shaun?

 
escobar User
FirefoxWindows

@Avindra, can you tell me what you did to fix the bug? I really want to know... =D

 
Avindra V.G. Scriptwright
FirefoxWindows

I did multiple things, although this is probably what you're looking for.

 
escobar User
FirefoxX11

Thanks!

 
spider1163 Scriptwright
FirefoxWindows

"Where are you Shaun?"
read this on the homepage

This script is a bit broken, the captcha solving works fine but the auto-start and auto-retry are broken I think, and I'm not really interested in fixing these peripheral things at the moment. I suggest if you need these you use either Avindra V.G.'s fork of my script or SkipScreen, to whom I've licensed my code to allow them use a more restrictive licence (make sure you get the version hosted at skipscreen.com, Mozilla doesn't allow the version on their site to contain anti-captcha code). If the captcha solving stops working I'll update that.

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