dpacassi / disable-javascript

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

[Feature Request] Support whitelist of specific webpage on a blacklisted domain. #113

Open gaveitatry2 opened 1 year ago

gaveitatry2 commented 1 year ago

Desired Behavior:

Go to any webpage on a domain and the JS is disabled:

Example: https://www.website.com/product-category/browse-all-items/shared-furniture/furniture-1

Example: https://www.website.com/product-category/browse-all-items/shared-vehicles/vehicle-2

But go to a specific webpage on the domain and JS is enabled:

Example: https://www.website.com/product-category/browse-all-items/

Current Behavior:

The entire domain is either blacklisted, or I have to go to each individual tab and turn JS off on each tab separately, which is inconvenient.