From 29c9de593684369c167c23acc940132d95a04817 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sun, 12 Mar 2023 15:39:42 +0300 Subject: [PATCH] Change home links, add readme --- LICENSE.txt | 20 ++++++++++++++++ README.md | 44 +++++++++++++++++++++++++++++++++++ googletracking-b-gone.user.js | 4 ++-- 3 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 LICENSE.txt create mode 100644 README.md diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..0bc154e --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,20 @@ +Copyright (c) 2014+ Vitaliy Filippov and others + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..4ad542e --- /dev/null +++ b/README.md @@ -0,0 +1,44 @@ +# Google Tracking-B-Gone + +Strips click tracking from Google search results and allows you copy links +without visiting them first. + +# Version + +- FIXED by me - @vitalif, Vitaliy Filippov +- Version: 2.9 +- Release Date: 2023-03-12 +- Published on https://openuserjs.org/scripts/vitalif/Google_Tracking-B-Gone +- Published also on https://greasyfork.org/en/scripts/1810-google-tracking-b-gone + +# Instructions + +This is a Greasemonkey user script. Supports Firefox, Chrome and Opera. + +## Firefox + +To use this script in Firefox, get Greasemonkey: http://greasemonkey.mozdev.org/ + +After you've installed it, add `googletracking-b-gone.user.js` there. A dialog box will +appear asking you if you want to install this script. + +To uninstall, go to Tools->Greasemonkey->Manage User Scripts, select +"Google Tracking-B-Gone" from the list on the left, and click +Uninstall. + +## Opera (Presto) + +To use it in Opera, create a directory for userscripts, put this file into it, +then go to Settings -> Content -> JS and point userscript directory to the +newly created directory. + +Also set 'User JavaScript on HTTPS' = on in about:config. + +## Chrome/Chromium + +To use it in Chrome, open Settings -> Extensions, enter developer mode by setting the checkbox, +drag-and-drop this file to chrome window and confirm installation. + +# License + +MIT diff --git a/googletracking-b-gone.user.js b/googletracking-b-gone.user.js index 74a9781..f5e10df 100644 --- a/googletracking-b-gone.user.js +++ b/googletracking-b-gone.user.js @@ -1,8 +1,8 @@ // Google Tracking-B-Gone - FIXED version (by Vitaliy Filippov) // version 2.9 // Release Date: 2023-03-12 -// Homepage http://userscripts.org/scripts/show/120330 -// See also http://userscripts.org/scripts/show/132237 +// Published on https://openuserjs.org/scripts/vitalif/Google_Tracking-B-Gone +// Published on https://greasyfork.org/en/scripts/1810-google-tracking-b-gone // // ===== INSTRUCTIONS ===== //