View Single Post
  #2496  
Old 02.12.2022, 11:04
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

@bugs.bunny: script looks good and can't see why it should not work as intended.
Quote:
Originally Posted by bugs.bunny View Post
Is there a way to find out what's going on? Is there a specific logfile?
You might wanna add an alert("test"); afer setSkipped(false);
Quote:
link.setSkipped(false);
alert("test");
to check if the script reaches that line
also remove/comment the interval check line and set shorter interval to see results faster. then for example start a download and manually skip the captcha to reach this state and with interval of 1 minute, you should see results very fast
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 02.12.2022 at 11:07.
Reply With Quote