I am getting back into coding JS recently and have found the Greasemonkey Firefox add-on.
One thing I have been wondering is if it runs JS in it's own sandbox/layer or if it needs global javascript on the pages it is running on.
By that I mean if I had another plugin like NoScript block a page's JS, would using Greasemonkey result in the page's JS then being unblocked?
Or, would the page's JavaScript remain blocked and Greasemonkey's JavaScript just run over the top of it in it's own layer with everything still being secure?