Answer the question
In order to leave comments, you need to log in
How can I prioritize a browser extension over other extensions?
You need to parse the page's DOM before other extensions shit into it.
Answer the question
In order to leave comments, you need to log in
It is unlikely that this is possible inside the extension itself, otherwise everyone would be shoving such features into their extensions! But if you need to get clean dom, and you have such a dilemma, then you can request it by making a request to the server at the current address and get html in response
After a few simple experiments, try to determine exactly how the browser sorts extensions. It could be the installation order, update date, or name, or ID, or whatever. With this figured out, you can easily create an extension that is very likely to be the first (and in your controlled environment, with a guarantee).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question