[CLOSED] NoScript blocks Tamper Monkey's scripts
Posted: Sat Nov 25, 2017 1:37 pm
Hello.
Recently I stumbled upon a problem.
Suppose, we've a Tamper Monkey's script:
Theoretically, this script must(?) run at *every* http(s) page. However, it runs *only* at pages, that have enabled script execution by NoScript (for the domain, that the window belongs to).
So, when I allow script execution, I'll get the scripts's message.
If to disable scripts, so I shan't see its message.
So far, I didn't tested this on Grease Monkey yet.
The FAQ says:
Recently I stumbled upon a problem.
Suppose, we've a Tamper Monkey's script:
Code: Select all
...
@match /^http/
...
console.log(`path = '${self.location.url}'.`);
So, when I allow script execution, I'll get the scripts's message.
If to disable scripts, so I shan't see its message.
So far, I didn't tested this on Grease Monkey yet.
The FAQ says:
So, I suppose, the script should work anywhere.Q: Can GreaseMonkey work with NoScript?
A: Yes, it can. Some GreaseMonkey user scripts just work only on pages where JavaScript is allowed, but most of them will work anyway.