URL(s) where the issue occurs
https://www.google.com
Describe the issue
When tapping on the search results, first a google URL is opened and then page is redirected to main search result URL.
The link shown after right-clicking (long press on mobile) is also not the URL of search result. This can also be seen in DOM of webpage where the anchor tag a has ping and oncontextmenu (to prevent copying main URL and to replace it with ping URL) attributes which may be considered tracking, but I'm not sure. It definitely is an annoyance since it brings extra redirection and slows down browsing.
Screenshot(s)
I have put screenshots in another issue on adguard filters page AdguardTeam/AdguardFilters#64616.
Versions
- Browser/version: Firefox Fenix Nightly
- uBlock Origin version: 1.29.2
Settings
Default settings.
Notes
I bypassed this with google.com##+js(ra, ping|oncontextmenu, a), but it may not be accurate.
URL(s) where the issue occurs
https://www.google.comDescribe the issue
When tapping on the search results, first a google URL is opened and then page is redirected to main search result URL.
The link shown after right-clicking (long press on mobile) is also not the URL of search result. This can also be seen in DOM of webpage where the anchor tag
ahaspingandoncontextmenu(to prevent copying main URL and to replace it with ping URL) attributes which may be considered tracking, but I'm not sure. It definitely is an annoyance since it brings extra redirection and slows down browsing.Screenshot(s)
I have put screenshots in another issue on adguard filters page AdguardTeam/AdguardFilters#64616.
Versions
Settings
Default settings.
Notes
I bypassed this with
google.com##+js(ra, ping|oncontextmenu, a), but it may not be accurate.