![]() |
|
Progress bar disappears after a click - Printable Version +- UserScripts Archive (http://usa.x10host.com/mybb) +-- Forum: UserScripts Archive (http://usa.x10host.com/mybb/forumdisplay.php?fid=1) +--- Forum: Script Support (http://usa.x10host.com/mybb/forumdisplay.php?fid=3) +---- Forum: W.A.R. Links Checker Premium (http://usa.x10host.com/mybb/forumdisplay.php?fid=6) +---- Thread: Progress bar disappears after a click (/showthread.php?tid=298) |
Progress bar disappears after a click - zeromido - 07-03-2018 It's probably caused by this function: $('#warlc-progressbox').hide().click(function(){ clearInterval(intervalId); $(this).hide(); return false; }); Or maybe not... Also, how to stop the checking process? RE: Progress bar disappears after a click - mental - 07-04-2018 If you click on the progress bar it should disappear, that way you can remove it from view if you want. If you don't want links to check automatically uncheck the autocheck box in the settings tab. you can also turn off autocheck with the keyboard shortcut CTRL+ALT+W = Autocheck ON/OFF Then use the keyboard shortcut to manually check links when you want CTRL+ALT+A keyboard shortcuts CTRL+ALT+C = Configuration CTRL+ALT+A = Check all the links CTRL+ALT+D = Copy found dead links to clipboard CTRL+ALT+L = Copy found live links to clipboard CTRL+ALT+W = Autocheck ON/OFF CTRL+ALT+Z = Anonymizer ON/OFF |