mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
`generichide` option is implicitly enforced on all sites unless an exception overrides `generichide`. Though rare, sometimes a `generichide` exception needs to be overridden so that generic cosmetic filtering is made possible on a specific site. This commit is to add support for restoring generic cosmetic filtering on sites which were excluded through a `generichide` exception. Concretely, this is needed to ensure the test suite can properly verify that generic cosmetic filtering is working when the filtering mode is set to "complete": ||ublockorigin.github.io^$generichide,important |
||
|---|---|---|
| .. | ||
| scripting | ||
| admin.js | ||
| background.js | ||
| config.js | ||
| dashboard.js | ||
| debug.js | ||
| ext.js | ||
| fetch.js | ||
| filter-lists.js | ||
| matched-rules.js | ||
| mode-manager.js | ||
| popup.js | ||
| report.js | ||
| ruleset-manager.js | ||
| scripting-manager.js | ||
| settings.js | ||
| strictblock.js | ||
| theme.js | ||
| utils.js | ||