Ask HN: In what order do browser addons process a webpage?

16 points by unethical_ban ↗ HN
Say I have uMatrix, Ghostery and Privacy Badger, all operating on a site. What determines the order by which they alter a page?

4 comments

[ 2.6 ms ] story [ 15.2 ms ] thread
You could make some very basic extensions, put in some console.logs and find out, but I think it would have to be the order they're installed or random so you can't exploit extensions up or downstream.
You might have better luck with this on SO but there's no guaranteed order (nor would it make much sense for there to be one)
There is no specific order. I believe that it is randomized.