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
@gontazaka commented on Sun Oct 11 2020
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
||example.com^$3p doesn't work.
||example.com^$3p
Support rules $3p, $first-party and $1p. I can substitute it with $third-party, but I don't want to modify existing filter.
$3p
$first-party
$1p
$third-party
$3p are the equivalent to $third-party. https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#3p
$first-party and $1p are the equivalent to $~third-party. https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#first-party https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#1p
$~third-party
The impact on implementation will be minimal. https://github.com/AdguardTeam/AdguardForiOS/blob/v4.0.3/AdguardExtension/SharedComponents/Services/JSConverter.js#L2640
The text was updated successfully, but these errors were encountered:
Mizzick
No branches or pull requests
@gontazaka commented on Sun Oct 11 2020
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Problem Description
||example.com^$3p
doesn't work.Proposed Solution
Support rules
$3p
,$first-party
and$1p
.I can substitute it with
$third-party
, but I don't want to modify existing filter.Additional Information
$3p
are the equivalent to$third-party
.https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#3p
$first-party
and$1p
are the equivalent to$~third-party
.https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#first-party
https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#1p
The impact on implementation will be minimal.
https://github.com/AdguardTeam/AdguardForiOS/blob/v4.0.3/AdguardExtension/SharedComponents/Services/JSConverter.js#L2640
The text was updated successfully, but these errors were encountered: