AdguardBrowserExtension icon indicating copy to clipboard operation
AdguardBrowserExtension copied to clipboard

`$removeparam` does not work in novel.naver.com

Open piquark6046 opened this issue 2 years ago • 2 comments

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:

Screenshot from 2022-06-17 17-55-32 Screenshot from 2022-06-17 17-55-44

Additional Information

To reproduce this issue, please click one of the highlighted buttons in the following screenshot.

Screenshot:

Screenshot from 2022-06-17 18-24-05

piquark6046 avatar Jun 17 '22 18:06 piquark6046

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.

github-actions[bot] avatar Aug 19 '22 07:08 github-actions[bot]

Ping.

piquark6046 avatar Aug 19 '22 08:08 piquark6046

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.'

maximtop avatar Aug 25 '23 17:08 maximtop

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

maximtop avatar Aug 25 '23 17:08 maximtop