dpacassi / disable-javascript

Adds the ability to disable JavaScript on specific sites.
MIT License
275 stars 36 forks source link

Add regex support for hosts #11

Closed dpacassi closed 6 years ago

dpacassi commented 6 years ago

Allow users to enter host names like *.google.com etc.

dpacassi commented 6 years ago

Regex might be an overkill, for now we're fine being able to define base domains which also enables/disables JS for sub domains.