Script Summary: Removes the redirects from Google search results to prevent Google from tracking which links you clicked.
The links on the Google search-result page do not directly link to the corresponding website, but to an address located at Google which then redirects to the correct page. This allows Google to track which links you click on their result page.
This script removes this redirection to prevent Google from tracking your clicked links.
Some technical details:
When you hover over the result links or look into the search-page's HTML-source you see the links pointing directly to the results. But this is being replaced in the exact moment the link is clicked using the 'onmousedown'-event.




