Post Reply 
Google Search: - No onmousedown tracking
Aug. 10, 2011, 10:09 PM
Post: #1
Google Search: - No onmousedown tracking
Google dynamically replaces every link they provide in search pages. When you click on the link (that you can see in status bar of your browser), instead of going to the site directly, Google redirects your browser to their own server first, and after that Google redirects your browser to your target...

Here is filter (put it into Google related section), that removes unnecessary redirections / tracking:
Code:
Name = "+ Google Search: - No onmousedown tracking     11.08.10 [ozo] ADD"
Active = TRUE
URL = "$TYPE(htm)[^.]+.google"
Limit = 1024
Match = " onmousedown=\"return hlprwt(*)\"| onmousedown=\"return rwt(*)\""
Replace = ""
The filter makes web pages simpler (read - faster to render) and your moves on the Internet will not be tracked by Google anymore...
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Google Search: - No onmousedown tracking - OZO - Aug. 10, 2011 10:09 PM

Forum Jump: