disable-javascript
disable-javascript copied to clipboard
Support complete inheritance
When manually adding a base domain such as e.g. youtube.com (which also applies to it's sub domains), I want to be able to override this base domain's setting per sub-domain individually without editing the base domain's setting itself.
Current Behavior
- Block
youtube.com - Access
www.youtube.com(JS will be disabled) - Toggle the JS state via icon/context menu (This will result in the
youtube.comentry being removed)
Desired Behavior
- Block
youtube.com - Access
www.youtube.com(JS will be disabled) - Toggle the JS state via icon/context menu (Instead of removing the
youtube.comentry, a newwww.youtube.comentry will be created with it's custom settings.
Maybe we can also add a setting where people can choose it's desired inheritance behavior.