Google Tracking-B-Gone

Strips click tracking from Google search results

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
kalrnux
Günlük kurulumlar
0
Toplam kurulumlar
3.023
Değerlendirmeler
18 2 0
Versiyon
3.1
Oluşturulma
28.05.2014
Güncellenme
20.10.2019
Boyut
1,99 KB
Lisans
N/A
Geçerli

Google Tracking-B-Gone

A greasemonkey script to strip click tracking from Google search results.

Background

Google's search results page wraps a gateway (i.e. tracking) URL around the links to individual results. An annoying side effect is that you can't copy and paste links directly out of search results. This userscript fixes that problem.

greasyfork.org

https://greasyfork.org/en/scripts/1810-google-tracking-b-gone

Source Code and Bug Reports

https://github.com/stacybrock/google-tracking-b-gone

Please report any issues via the GitHub issue tracker.

Changelog

  • 2019.10.20 - version 3.1 - Fix issue with Cached, More, and other links. (Thanks to @dicktyr for writing this fix!)
  • 2019.03.11 - version 3.0 - Rewrite to catch and neutralize all click events attached to links.
  • 2017.04.19 - version 2.4 - Updated due to changes to the search results page. (Thanks to Nothing4You for the bug report.)
  • 2016.02.19 - version 2.3 - Improved handling of incremental search results; streamlined script performance; fixed borked PDF results (thanks Connor Behan for the bug report); removed code for (now defunct) real-time search.
  • 2014.02.28 - version 2.2.1 - Attempt to fix a rare unreproducible bug; add @version and update @include.
  • 2010.11.27 - version 2.1 - Added support for Google SSL. (Thanks to anonymous for the bug report.)
  • 2010.11.24 - version 2.0 - Rewrite in response to search result page changes. (Thanks to rimmington for bug report.)
  • 2010.06.27 - version 1.7 - Fixed bug with URL encoded links. (Thanks to Yomi for the bug report)
  • 2010.03.29 - version 1.6 - Fixed secondary links.
  • 2009.12.09 - version 1.5 - Fix for "q=" type search result pages.
  • 2009.12.09 - version 1.4 - Big changes due to Google's latest feature bloats: fade in and real-time search results.
  • 2009.10.09 - version 1.3 - Fixed broken shopping result links, added support for secondary links (Thanks to uncajesse for the bug report.)
  • 2009.05.06 - version 1.2 - Added support for cached, featured, and sitelink links. (Thanks, Prez, for the bug report.)
  • 2009.04.26 - version 1.1 - Damn it, Google, make up your mind!
  • 2009.04.22 - version 1.0 - Initial release.