Google Direct - remove tracking links from Google Search results
This is a Firefox addon which removes tracking from Google Search results by disabling the JavaScript function which rewrites links when clicked.
There are many addons which do this, but most do so by detecting links, disabling their event handlers, and restoring their URLs, which can be fragile and fiddly. Typically these addons are dozens or even hundreds of lines long and have to be updated each time the HTML changes.
By contrast, this addon just disables the window.rwt
function which is used
to hijack external links, so the implementation is much simpler (effectively
just a single line) and the protection is much more reliable as the same
tracking technique has been used unchanged for
years.
- Firefox 57+ (Desktop)
This addon is a fork/rewrite of Avoid Google Search redirects by Adrien Dorsaz, which no longer works, and that addon is a Firefox version of the Chrome addon, Remove Google Redirect in Google Results by hq6.
- anti_rwt - a Web Extension which uses the same technique as this addon (not on AMO)
- DeGoogle For Chrome - the original inspiration for Avoid Google Search redirects (Chrome Web Store version)
- DeGoogle For Firefox - Firefox version (no longer available on AMO)
- google-redirect-rewrite-remove - uses the same technique as this add-on, but in a less robust way
1.0.0
- Adrien Dorsaz (original version)
- chocolateboy
This addon is free software; you can redistribute and/or modify it under the terms of the GPL.