Skip to content
New issue

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

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

Open
zloyden opened this issue Oct 25, 2024 · 0 comments
Open

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

zloyden opened this issue Oct 25, 2024 · 0 comments

Comments

@zloyden
Copy link

zloyden commented Oct 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants