Question

I want to prevent my web page from been accessed by browser extension based content scripts. Are there any javascript frameworks / practices that could possible help me achieve this?

Thanks in advance

Was it helpful?

Solution

Not really. Even if you write your own browser to try and prevent it, if it supports extensions the user can extend it. Also, it would be completely against the spirit of the web and maybe against the law. The user owns their computer, you can get in legally murky areas if you do things to a user's "browser".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top