Is there a method to resolve conflicts between Greasemonkey & NoScript?
Perhaps something in about:config?
Even if it requires some modifications to the scripts.
Otherwise, detection of locally based scripts?
Regards.
var someNode = ...
someNode.onclick = "alert('foo');
var someNode = ...
someNode.addEventListener("click", function () {alert("foo");});
Guest wrote:I recently ran into the mentioned problems with NoScript and Greasemonkey - the script itself executes just fine but script embedded into the page require JS execution priviledges for the page - and by chance found a solution.
Users browsing this forum: Bing [Bot], Google [Bot] and 1 guest