Page 1 of 1

Mouse Events block

Posted: Fri Dec 28, 2018 10:05 am
by NoScriptUser180713
I have to use some site on my job.
Now I NEED to copy some links names from it and collect them an the file.
BUT there are scripts on that page like:
- left mouse button click NOT on the link - selects that row
- left mouse button click on the link - opens that document
- if i HOLD left mouse button, I can select some text on that row, but
when i RELEASE left mouse button, it will select that row and I cannot copy the text

Is there a way to block function like:

Code: Select all

function(n) {
  SingleItemSelect(n);
  Eos.ListViewWPManager().SelectionWpItems()
}

Re: Mouse Events block

Posted: Fri Dec 28, 2018 5:32 pm
by barbaz
Likely can't be done in NoScript 10. You might be able to do it with a Violentmonkey user script.