Skip to content

reddit.com - URL parameters with %24 are not removed #1922

@zloyden

Description

@zloyden

There is some problem with removing parameters deep_link , 3p here https://www.reddit.com/r/apple/comments/1g478w1/apple_announces_new_ipad_mini_with_a17_pro_chip/?%24deep_link=true&post_index=1&%243p=e_as.
Unfortunately, these rules do not work. However, using the Regex version of the rules helps.

||reddit.com^$removeparam=%24deep_link 
||reddit.com^$removeparam=%243p

I guess that some of these rules should also work. Please correct me if they should be written diffrently.

$removeparam=\\$deep_link
$removeparam=\$deep_link
$removeparam=$deep_link

STR:

  1. You can enable AdGuard Base or not
  2. Add the rules above to user rules
  3. Open the link

Expected behaviour - the parameters should be removed.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions