I need to do a web-extension (add-on) that can manipulate DOM elements, existing events and execute scripts in the context of a page in a website.
But do I need this to happen in background without the page being explicitly in the user's browser, ie do I want to manipulate a page without opening it in a flap or window?