Change home links, add readme

master
Vitaliy Filippov 2023-03-12 15:39:42 +03:00
parent de973444d8
commit 29c9de5936
3 changed files with 66 additions and 2 deletions

20
LICENSE.txt Normal file
View File

@ -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.

44
README.md Normal file
View File

@ -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

View File

@ -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 =====
//