We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$genericblock
In the current implementation $genericblock is basically the same as $document, i.e. it disables filtering completely.
$document
This implementation can be improved if we change the way the list is ordered.
Here's how the rules should be ordered:
css-display-none
$generichide
ignore-previous-rules
css-display-none rules
$elemhide
$urlblock
In addition to that $genericblock rules' resource-types should be limited and exclude document. In this case it will not cover cosmetic rules.
resource-types
document
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the current implementation
$genericblock
is basically the same as$document
, i.e. it disables filtering completely.This implementation can be improved if we change the way the list is ordered.
Here's how the rules should be ordered:
css-display-none
rules$generichide
ignore-previous-rules
$genericblock
ignore-previous-rules
css-display-none rules
$elemhide
ignore-previous-rules
$urlblock
ignore-previous-rulesIn addition to that
$genericblock
rules'resource-types
should be limited and excludedocument
. In this case it will not cover cosmetic rules.The text was updated successfully, but these errors were encountered: