Skip to content

Latest commit

 

History

History
92 lines (62 loc) · 3.25 KB

README.md

File metadata and controls

92 lines (62 loc) · 3.25 KB

Google Direct

Firefox Version

NAME

Google Direct - remove tracking links from Google Search results

INSTALLATION

DESCRIPTION

This is a Firefox addon which removes tracking from Google Search results by disabling the JavaScript function which rewrites links when clicked.

Why?

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.

Screenshots

Before (Intercepted Link)

Intercepted Link

After (Direct Link)

Direct Link

COMPATIBILITY

  • Firefox 57+ (Desktop)

CREDITS

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.

SEE ALSO

VERSION

1.0.0

AUTHORS

LICENSE

This addon is free software; you can redistribute and/or modify it under the terms of the GPL.