Megaupload auto-fill captcha++

By Avindra V.G. Last update Mar 10, 2011 — Installed 78,416 times.

New Version (0.1.5)

in
Subscribe to New Version (0.1.5) 6 posts, 4 voices



Avindra V.G. Script's Author
FirefoxWindows

I wanted to rush this release, which has many changes which should yield a faster script. diff.

 
cold User
FirefoxWindows

yes!!!
genius strikes again we get 2 right away d/s
thanks for sharing really thanks

wish u could apply this to rapidshare cause there is really nothing that can do this for rapidshare

 
Avindra V.G. Script's Author
FirefoxWindows

I made a rapidshare script and addon a while back, but I haven't updated them because I don't plan on using RS. RS sucks in comparison to MU.

However, I'm sure there's a good RS script out there. Hell, even mine may work. I have no idea.

 
Adri1auv User
FirefoxX11

Thank you :D

 
usercrypt User
OperaWindows

i use this script in opera: http://www.puzzleclub.ru/files/rapidshare_com.js

its very old, and doesn't do anything for me *except* put the timer countdown into the page title, using this :


var showWaitTime = function(minutes, obj)
{
if(typeof(minutes) == 'number' && minutes <= 0)
{
setTimeout(refreshPage, 1000);
}
else
{
document.title = 'RS: ' + minutes.toString() + ' minutes';
obj.innerHTML = obj.innerHTML.replace(/or wait (\d+) minute/i, 'Or wait ' + minutes + ' minute');
setTimeout(showWaitTime, 60000, minutes - 1, obj);
}
};

so once i've manually triggered the timer, I can see in the taskbar tab when i need to grab the file.

i only mention it because i think adding that timer status thing to your script would be cool, even though it auto-downloads (so we can immediately see if it's using the 2-per-day no-timer, or when the download is about to start, or if it's stalled for any reason).

if you like that, remember to put the pertinent info ("success", "12 seconds", "downloading now", etc) at the beginning, so it shows well in the small taskbar tabs.

other suggestions would be to display a Pause/Go auto-download toggle link on the page (similar to the download link location), if that's possible. then we could do some basic queing, e.g. starting and completing the timer on 3 downloads, but still only downloading one at a time (as is the limit now).

and making it all work in opera would be great, but i appreciate you may not want to bother with that. i use firefox just for MU now, thanks to your script.

oh yes, THANKS a lot!

 
usercrypt User
OperaWindows

i see this defunct MU script has an auto-start toggle: http://userscripts.org/scripts/show/38736 Image: http://herecomethelizards.co.uk/s/p7g56

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