You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open browser console (in FF you have to enable "browser requests"), clear all messages in the console
click on the first google result
Console shows that google is called first:
uBlock is disabling it, because they are removing the google specific attribute (cheating ;)).
Personally, I'm also using the mutationObserver approach to suppress click on any links, which also discontinued to work (if it's a real link, with a real https:// target noone should be interested if I clicked it or not and I expect nothing else than that this real target is opened in a new tab):
Would be awesome if someone has an idea here, how to REALLY suppress the click for google, even if they use 5 eventlisteners on click (also posted here: stacybrock/google-tracking-b-gone#8).
The text was updated successfully, but these errors were encountered:
Hi,
seems that all Google Link Tracking busters that rely on a general technique to suppress the click are no longer working.
Steps to reproduce:
Console shows that google is called first:
uBlock is disabling it, because they are removing the google specific attribute (cheating ;)).
Personally, I'm also using the mutationObserver approach to suppress click on any links, which also discontinued to work (if it's a real link, with a real https:// target noone should be interested if I clicked it or not and I expect nothing else than that this real target is opened in a new tab):
Would be awesome if someone has an idea here, how to REALLY suppress the click for google, even if they use 5 eventlisteners on click (also posted here: stacybrock/google-tracking-b-gone#8).
The text was updated successfully, but these errors were encountered: