-
Notifications
You must be signed in to change notification settings - Fork 81
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
Implement $queryjump
for static network filter
#2693
Comments
PayPal support: paypal.com##+js(href-sanitizer, a[href*="?fallback"], ?fallback) For my part, there is no security like on YouTube with touch detection or pressing keys/buttons. Unfortunately, I don't see links where fallback is the second parameter to test the version with On the tenki website, the |
Yes, I know 3) can be solved partially with |
This is hardly a reason not to add a filter at all. In addition, the filter may conflict with the strict blocking mechanism as it is for removeparam (closed as
wontfix
|
I did not mean I do know about the difficult compatibility with strict-blocking, that was always my first concerns when discussing about this in other threads ([0], [1]). If it can be made compatible, it's nice. If it's not, it can be still good for other cases where there's no blocking filter yet. |
So, essentially #1784? |
Ah right, I did not see that issue. I was too focused on |
Prerequisites
I tried to reproduce the issue when...
Description
Based on the idea of #760 (comment), could there be any ways to implement a way of redirecting to a query parameter? The main goal is to reduce click-tracking and instertitial ad-page while minimizing users' annoyances of strict-blocking page. It can be a nice complement for
removeparam
andhref-sanitizer
.The difference between
queryjump
andhref-sanitizer
are at least these 3 things:Example: Links on youtube. Steps to reproduce:
Access
https://www.youtube.com/watch?v=Onr0frormCU
and go to any link in the description. We can see the link is in the form ofhttps://www.youtube.com/redirect?event=...&q=https...
Add
https://www.youtube.com/redirect?event=...&q=https...
again.href-sanitizer
is a scriptlet applying to specific websites, it would not be too appropriate to use it since emails are sent to many different email vendors.Example: Pinterest URLs in email has the form of
https://www.pinterest.com/email/click/?user_id=...&target=...
Example:
app.adjust.com
is usually used as an interstitial tracking link for website's mobile apps promotion. Steps to reproduce:https://www.paypal.com/uk/home
orhttps://tenki.jp/
Download the app
buttons, the links areI think the syntax can be similar to
removeparam
?A specific URL where the issue occurs.
https://www.youtube.com/watch?v=Onr0frormCU
Steps to Reproduce
https://www.youtube.com/watch?v=Onr0frormCU
Expected behavior
Go to direct link that appears in youtube's description. For example:
https://github.com/gorhill/uBlock/wiki/Dashboard:-Filter-lists#purge-all-caches
Actual behavior
There's youtube interstitial redirection link before going to direct link. For example:
uBO version
1.50.0
Browser name and version
Firefox 114.0.1
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: