How to port "Intercepting Page Loads" #271
Closed
Comments
|
Please use the mailing list dev-addons: https://mail.mozilla.org/listinfo/dev-addons to ask this sort of question. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a page on the Mozilla wiki about Intercepting Page Loads - unfortunately, this of course now outdated, but I have no idea how to port these concepts.
The problem is that
webRequestdoes not differential between items loaded on a page and the load of a deliberately-visited page itself. I've read through all of the events in this repo and I don't see anyway to differentiate between page loads and contents on a page.Is there a way to intercept a deliberately loaded page before it loads, without having to inspect in-transit HTTP requests?
[Sorry if I'm using this project's issue's page inappropriately, if you could be so kind as to direct me to a better forum for these types of questions I'd appreciate it!]
The text was updated successfully, but these errors were encountered: