schomery / popup-blocker

A reliable popup blocker with history
https://webextension.org/listing/popup-blocker.html
Mozilla Public License 2.0
145 stars 35 forks source link

Feature request to allow blocking of other / custom javascript functions #75

Open C0nw0nk opened 6 years ago

C0nw0nk commented 6 years ago

So I see this detects and blocks window.open methods can we have a list of other javascript functions we can also include and add to would be great if we as users can block what ever other javascript functions we want with this :) <3 thanks for the awesome addon.

C0nw0nk commented 6 years ago

Example a list of functions like so a user can either select or type in their names perhaps even be comma seperated.

parseInt()
atob()
btoa()
focus()

etc etc

This would prevent any of these javascript functions from working.