AdguardBrowserExtension
AdguardBrowserExtension copied to clipboard
`$removeparam` does not work in novel.naver.com
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- [X] I am running the latest version
- [X] I checked the documentation and found no answer
- [X] I checked to make sure that this issue has not already been filed
Issue Details
-
AdGuard version:
- 4.0.181
-
Browser and version:
- Mozilla Firefox Dev 102.0b9
-
Operating system and version:
- Ubuntu 22.04
-
Filters you use in AdGuard:
- List-KR, AdGuard URL Tracking filter, AdGuard Tracking protection filter, AdGuard Social and AdGuard Announces
-
Stealth Mode settings:
- Disable WebRTC, Hide your search queries and Send websites signals not to track you
-
Other browser extensions:
- Tampermonkey ( No userscript )
Expected Behavior
The request must be modified like https://github.com/AdguardTeam/AdguardFilters/pull/89838.
Actual Behavior
The request is not modified well.
Screenshots
Screenshots:
Additional Information
To reproduce this issue, please click one of the highlighted buttons in the following screenshot.
Screenshot:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Ping.
This is not working because the removeparam
rules require the type to be specified. In this case, it is the image type.
You can read more about it here: removeparam modifier.
$removeparam
rules that do not have any content type modifiers will match only requests where the content type is 'document.'
I've tested on v4.2.159, this rules
cc.naver.com$removeparam=a,image
cc.naver.com$removeparam=r,image
cc.naver.com$removeparam=px,image
cc.naver.com$removeparam=py,image