Skip to content

chocolateboy/google-direct

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • JavaScript 55.7%
  • Makefile 44.3%