more variables to accomodate waiting time
|
|
Could it be possible to make more variables to put less strain on the browser? What I mean is that noDownloadSlot is used to check whether there's a download active, if the download limit has been reached and another one I don't know what it is. Each occasion usually has a different waiting time. If somebody reached the download limit they're going to be waiting for 6 minutes or more. That would make refreshing the page every 3 seconds pointless and tasking on Firefox and depositfiles as well (it's true, they have the bandwidth to handle it... but every byte less still counts ;) ). Something similar could be said about waiting due to active downloads and perhaps the other option as well? I was thinking of modifying it myself but this is your script and maybe anybody else could also benefit from the changes you might make if you think they're worth it (and because I don't know Java pretty well XP ). Anyway, awesome script. Honestly, I use it mainly to download $%!&* :D |
|
|
That's an excellent idea. I didn't really look into what the time differences were for the different waiting conditions, so I just set it to three seconds. I'll look into what the orders of magnitude of the waiting times for each condition, and I'll update the script to behave more efficiently. If there is an indication of how long the user should wait, I'll see if it can't just be automatically set to that time. Thanks a lot for your input! Edit: I've added your suggestions to the script. Thanks again. |
|
|
You made a new variable for waiting time and gave it a 60 sec refresh rate. Awesome! You know, probably the next step in "leet-ness" would be to search the page for the number indicating the amount of minutes to wait and set the timer to an approximate value repeatedly (slightly less) until it reaches 1min and thus reduce the amount of reloads. The script is already awesome and this last suggestion imho is a little bit of a hassle. :P But about the country slot obtainer... I think the idea to it is that you quickly grab a spot before someone else does, right? It's a hunch, I'm not entirely sure how it works but I think 3 seconds is a but too brief. Mayhap you could increase that rate to 15 seconds? Downloads usually take at least a minute on an average Internet connection. If your script made it magically automatic then there's no rush to go and click, right? Just my two pennies. |
|
|
I revised the script again. Thanks for your comments! |
|
|
Elite! Gonna try it out now. |
