wishlist
![]() ![]() |
Hi all..
--PeTe * bug: sometimes when two windows fire the download at the same time, only one of them gets downloaded, the other is stuct - the page doesn't reload after reaching 0 seconds (reported by multiple users) - suggestions are welcome, as I don't quite know how to resolve this
|
![]() ![]() |
hi, first of all, tks for the script About the bug, maybe setting some greasemonkey variable to inform the other tabs that a download has just began and to wait a bit before submiting the form can solve the problem. Edit:
|
![]() ![]() |
Well I signed up just to ask you to add auto-close tab but I see it has already been suggested before, so I guess I'll just second that request. Also maybe you could add the change posted by simon to have the script wait as many minutes as are left to refresh instead of refreshing every minute.
|
![]() ![]() |
first off love what you have done here iampete. was wondering if there was a way to add scripting that would deal with connection reset errors that seem to happen often for me. if this did not happen to me in the night i would make a lot more progress. is anyone else having this issue? did a lil skimming through source code and see you put in a way to handle this but i think i get an error not listed that and am not sure what i could use to edit script for own needs, i see connection interrupted, but i seem to get connection has been reset often. EDIT
|
![]() ![]() |
teknoallah423: do you mean connection problems during already started download or just during forms submission? |
![]() ![]() |
My connection also gets disconnected and reconnects very often, so it would be great if you could have the script refresh the page if the page fails to load. |
![]() ![]() |
How about this (https://addons.mozilla.org/en-US/firefox/addon/...) TryAgain addon then? It should auto-reload a page when connection is broken. I would rather investigate first why connections are broken... |
![]() ![]() |
iampete: i got working solution for autoclose
|
![]() ![]() |
However it will be more elegant to use a flag and split command into two: autoClose = true; window.submitDownloadForm = function() {
|
![]() ![]() |
And to wait exactly the time needed (i do not like using globals but it require more changes to not do it): secondsToGo = repeatTimeout;
full code (changed) is here http://www.wklej.eu/index.php?id=bd4a8e6285 |
![]() ![]() |
Kodak, Thank you for the wait exact time feature. I hope this gets added into official version soon. But could it be improved so that instead of displaying "800s" it shows minutes "13m 20s - Waiting..." |
![]() ![]() |
here http://www.wklej.eu/index.php?id=03d60d5329 you are
|
![]() ![]() |
Kodak, thank you for update |


