From 7402312bf4d7fbeb512f4d5d7c905b309503548d Mon Sep 17 00:00:00 2001 From: MorbZ Date: Thu, 20 Feb 2014 14:11:09 +0100 Subject: [PATCH] Edit readme and increase version number --- README.md | 5 ++--- firefox/package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e7e22e..82be81b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -Searchonymous helps to prevent your Google searches from tracking by Google or the NSA. When installed no tracking cookies are sent to Google while searching. This is done by blocking certain Google cookies (such as the PREF-ID) or generate randomized ones (which are worthless for tracking). Other cookies that just contain your search preferences will be allowed, so your preferences are preserved. You will stay logged in on other Google services such as Youtube or GMail. It also removes ads and clutter from the Google main page that is normally shown when cookies are disabled. +Searchonymous helps to prevent your Google searches from tracking by Google or the NSA. When installed no tracking cookies are sent to Google while searching. This is done by blocking certain Google cookies (such as the PREF-ID) or generating randomized ones (which are worthless for tracking). Other cookies that just contain your search preferences will be allowed, so your preferences are preserved. You will stay logged in on other Google services such as Youtube or Gmail. It also removes ads and clutter from the Google main page that is normally shown when cookies are disabled. Please note that even if no tracking cookies are sent the NSA can possibly try other techniques to track you (e.g. by IP or browser headers) but these are not as accurate as tracking IDs that are sent on every search. -* [Firefox Addon page](https://addons.mozilla.org/de/firefox/addon/searchonymous/) - +* [Firefox add-on page](https://addons.mozilla.org/de/firefox/addon/searchonymous/) * This addon uses code from the great [No cookie for Google search](https://addons.mozilla.org/de/firefox/addon/no-cookie-for-google-search) addon. \ No newline at end of file diff --git a/firefox/package.json b/firefox/package.json index bfd13d4..fb15012 100644 --- a/firefox/package.json +++ b/firefox/package.json @@ -5,5 +5,5 @@ "description": "Search anonymously on Google, while keeping your search preferences and stay logged in on services such as Youtube, Gmail, etc.", "author": "MorbZ", "license": "MPL 2.0", - "version": "1.0.1" + "version": "1.0.2" }