View Single Post
  #53  
Old 10.02.2020, 22:55
Fetter Biff
Guest
 
Posts: n/a
Default

Quote:
Yes skipLink function has two commands link.setSkipped and alert (to show message). You can use only skipLink. To active/deactivate message display, simply comment/uncomment the alert command.
OK. One can comment out / in entire lines only, not a part of a line? So to exchange two commands against each other the easiest way would to do it like this(?):
Code:
//skipLink();
link.setSkpped(true);
and
Code:
skipLink();
//link.setSkpped(true);
Quote:
Not link check. I was suggesting, if you wish, you can use link.setDisabled in both scripts, instead of skipLink.
Sorry.

Quote:
Deleting duplicate link directly using the script is also possible. But, there is no UNDO action in JD. So, it is better to give the user a chance to review the links before deleting it.
Yes, that's true. I will see now how it is using the great scripts in allday life and if need be may be I would try to aks for an instant removing option.
Reply With Quote