privacy
![]() ![]() |
i'm curious about your feature to remove search tracking from google. could you please expand on that and how it works exactly. if google cant track the search, does this mean you have the ability to track our searches? i would like to know more about this feature, thanks. |
![]() ![]() |
Ah, good question! I'll provide both simple and technical responses: Search Tracking lets Google "remember" everything you click on in the search engine. The option to remove this in the Configuration panel disables the tracking that would happen when you click on result-links. In no way, shape or form would this script, nor will it ever, violate the user's privacy. It will never track, nor send tracking information; this option simply allows you to customize your own tracking behavior. Technical: In the open-source spirit of this project, here's how I remove said tracking links: [JS decompressed from source-version for explanation]
Code step-through:
^As you can see, there is nothing sinister going on with tracking. As stated above, the option [clearly] just lets you turn Google's "remember what was clicked", on or off. |
![]() ![]() |
its good to know this script doesn't track, but i'm having diffuculty understanding how technically it stops google from tracking? does it also stop google from knowing what the user is searching for? |
![]() ![]() |
When they construct the search-result links, they include an 'onmousedown' function that fires when your mouse-button literally is in the down position (thus a verified click.) Since any form submissions or the like ("what the user is searching for") are Sent to their site, yes they can and do track that. If you use your Google login @ http://www.google.com/history you'll notice this. So the difference in the history would be that without that configuration-checkmark, the history would also show (not only what you searched for but) what you actually clicked on. |
![]() ![]() |
interesting, thanks for the script. |

