Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Use flashgot extensions and set to downthemall extensions as default download manager (alt+click) the download button. If you lucky you can do multiply download at the same time. I use this step and get success for many time, but if the download failed i just clean the cookies and repeat this step untill i get the real file from rapidshare. (i use portable firefox)
|
|
|
There are few firefox extensions that do the auto refresh trick. |
|
|
It works perfectly.
|
|
|
Very good, tanks |
|
|
Do I understand it correctly that there is no way to "disable the timer" by a userscript? |
|
|
Though the captchas were removed by rapidshare, they still keep the timer going. You can click the download button all you like, but rapidshare won't give you the file until the timer runs out. Waiting is boring, but whenever I switched to another tab to browse something else, I always forgot to switch back and click the download button, waisting even more time. Thus the main purpose of this script - to click the button for you, in addition to removing clutter. |
|
|
The timeout still appears. Used version: 20080829 Do you think that could be eliminated in a future version? |
|
|
For those who want to automate downloads - right now it is easy since you don't have to break captchas. I don't know how to download multiple files with javascript (you have to click the "save file" button every time anyway!), so here's a bash script instead:
r1=$(mktemp)
for url in $(cat "$1"); do
wget "$url" -O "$r1" -q
wget "$action1" --post-data="dl.start=Free" -O "$r2" -q
echo "$c seconds timeout"
done
|
|
|
this script dont work in gmail(standard view)but in html vervion is work |
|
|
found a prog that does what i wanted thanks again |
|
|
Thanks filler for all the work on this script! Now that RS changed their service for free users to include a brief (45?) delay between downloads,and a speed cap to 500 kilobits, does anyone know of a program or script that will automatically download a list of RS links with the delay included? |
|
|
Thanks Filler. This script is perfectly working. |
|
|
This script Don't working. Please ubdate. :( Thanks |
|
|
Would you please make the script to play a sound when timer's up? That would help a lot. Thank you for your script anyway. |
|
|
This is like a Miracle, Amazing ! I had a really slow rapidshare downloading speed, But now with this, It all change in a second,
|
|
|
I think Rapidshare just changed their code--either that, or I did something wrong. It was working yesterday, but early this morning, it wouldn't let the between-download timer run down, and now, it doesn't work at all. |
|
|
grax men |
|
|
Great script! Works fine for me in FF 3.0, and does just what it says! I am quite impressed. =) |
|
|
Working Nice !! Great Job Thanks to |
|
|
Lame rapidshare. Script doesn't work anymore after the site changes. Please update! thx |
|
|
With the new cat-captcha, I changed the background color of the generated page. Just in case. Maybe they will one day alternate a cat-captcha with a dog-captcha. So I modified the "000000" on line 72 with some 3 : document.body.style.background='#333'; #F0A is also a good choice, imho (: |
|
|
This script is not working when it's Rapidshare's Happy Hours. I mean, it doesn't start download automatically.
document.forms[0].submit(); |
|
|
It Is Working. I have personally checked it.. |
|
|
How about sending link to download manager automatically as it was doing before the update. Thanks |