Go to file
Nick Spaargaren 89aed2ca45 Add domains found by @gallegonovato (#100)
* Possible integrations (#97)

* Add domains found by @gallegonovato

* Automated categories update

* Automated AdGuard list update

* Automated parsed list update

* Possible integrations

First of all, please excuse me. I don't know what's wrong with my internet provider today, it's going in jumps. I called my operator and it is their fault.

I put some connections that I found, but I do not know if some are already repeated, since I had them noted in the mobile (from which I am) and I have no possibility to see if they are or not repeated. If they are I beg your pardon and I also beg you not to kill me jejej

I put things from duck, sd maid, or mozilla that create weird connections.

A hug and I apologize for bothering you so much and more in these dates.

* Update pihole-google.txt

* All changes made

All changes made

* Update pihole-google.txt

* Update pihole-google.txt

* Update pihole-google.txt

* Update pihole-google.txt

* Update pihole-google.txt

Now. I added the ones that I removed

* Update pihole-google.txt

Co-authored-by: Nick Spaargaren <nickspaargaren@users.noreply.github.com>

* Removed duplicates and moved to categories

Co-authored-by: gallegonovato <59177763+gallegonovato@users.noreply.github.com>
Co-authored-by: Nick Spaargaren <nickspaargaren@users.noreply.github.com>
2021-12-30 22:07:03 +01:00
.github Rename workflow to duplicates 2021-12-30 11:52:35 +01:00
categories Automated categories update 2021-12-30 10:39:53 +00:00
scripts Add check for duplicate lines workflow (#98) 2021-12-30 11:36:01 +01:00
CONTRIBUTING.md Contributing spelling fix 2021-12-30 11:47:13 +01:00
GAFAMSPLATTEXTNOGgit.png Upload the new one 2020-02-17 15:21:28 +01:00
google-domains Automated parsed list update 2021-12-30 10:39:54 +00:00
install.sh Actually modified the regex list installer 2019-07-21 11:41:28 +00:00
LICENSE Create LICENSE 2019-07-20 21:52:28 +00:00
pihole-google-adguard.txt Automated AdGuard list update 2021-12-30 10:39:54 +00:00
pihole-google.txt Add domains found by @gallegonovato (#100) 2021-12-30 22:07:03 +01:00
README.md Corrected a minor typo. 2020-08-31 14:05:35 +02:00
regex.list Remove problematic regex filters reported in #33 2020-06-06 10:16:47 +02:00
wildcards-domains Removed duplicates closes #66 2021-06-03 09:38:03 +02:00

No G

Definition of GAFAM

The GAFAM is an acronym used to describe the five multinational technology companies Google, Amazon, Facebook, Apple and Microsoft, taking the first letters of all these companies. The GAFAM are sometimes referred to as the Big Five due to them being the five most profilific companies in the world. Although in some sectors some of the five companies may be in direct competition, they offer different products or services overall while presenting some common characteristics that deserve to bring them together under the same acronym: by their size, they are particularly influential on the American and European Internet both economically and politically and socially and are regularly the subject of criticism or prosecution on tax matters, abuses of dominant positions and the non-respect of Internet users' privacy.

Purge Google from your network!

Protect yourself from Google's surveillance by using this blocklist! Feel free to criticize our blocklist to make it better and better. Suggestions are welcome!

How to use it on my Pi-hole?

Simply go into to your blocklist settings to add:

https://raw.githubusercontent.com/nickspaargaren/no-google/master/pihole-google.txt

Or a selection of the domains :

https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/youtubeparsed
https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/shortlinksparsed
https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/proxiesparsed
https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/productsparsed
https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/mailparsed
https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/generalparsed
https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/fontsparsed
https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/firebaseparsed
https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/doubleclickparsed
https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/domainsparsed
https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/dnsparsed
https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/androidparsed
https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/analyticsparsed
https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/fiberparsed

(Combining those with the main whole filter is useless and not recommended, however, feel free to combine the different smaller filters)

Youtube Advertisements Regex

^r[0123456789]+((-{3})|(.))sn-.{8}.googlevideo.com$

NOTE: Youtube advertisements are pretty difficult to block trough DNS, as they mainly use a couple of domains for delivering advertisements, but they may also use those same domains for delivering other types of contents that you might not want to block.

Regex filters

(..|^)((think)?with)?google($|((adservices|apis|mail|static|syndication|tagmanager|tagservices|usercontent|zip|-analytics)($|..+))) (..|^)g(gpht|mail|static|v(t[12])?)($|..+) (..|^)chrom(e(experiments)?|ium)($|..+) (..|^)ampproject($|..+) (..|^)doubleclick($|..+) (..|^)firebaseio($|..+) (..|^)googlevideo($|..+) (..|^)waze($|..+) (.*.|^)y(outube|timg)($|..+)

You can also easily use the modified pihole regex installer script by @mmoti by executing this terminal command from your raspberry Pi Pi-hole server.

curl -sSl https://raw.githubusercontent.com/nickspaargaren/no-google/master/install.sh | bash

and then, executing it. It should add all of the above regex automatically.

FAQ

Can I use it with [NextDNS](https://nextdns.io/)?

Yep ! It is available in their selection of domains list, labeled as ¨No Google¨. NextDNS is using the wildcard-domains format, so you will have to manually whitelist some specific services, as it will block everything Google related.

Can I use it with my other ads/domains blocker program ?

Surely! If it does indeed support the host or domains type of filters. Import it manually, or [click on this link](https://subscribe.adblockplus.org/?location=https://raw.githubusercontent.com/nickspaargaren/no-google/master/google-domains&title=no-google) if you are using a web browser extension.

Can I use it with anything other than Pi-hole?

Sure thing, the No Google list is declined into multiples formats types, as an host format, domains/urls format and a wildcard format.

Hum, do you got any mirrors of the list ?

Yes indeed, We have a GitLab host mirror of the repo available at this address : https://framagit.org/PoorPocketsMcNewHold/no-google Note that the main filter is being worked here, so, updates and modifications on the Gitlab source will have to be updated manually. Otherwise, if you do prefer to use Gitlab, feel free to use it, and even contribute to our list there instead!

Can I block the other letters of GAFAM ?

Of course, heres some filterlists that should help you accomplish that.

Apple : https://github.com/c-edw/ios-telemetry, https://github.com/1r2/iosparanoid or https://gitlab.com/CHEF-KOCH/cks-filterlist/blob/master/Anti-Corp/filters/apple.txt

Facebook : https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/facebook/all, https://raw.githubusercontent.com/anudeepND/blacklist/master/facebook.txt or https://gitlab.com/CHEF-KOCH/cks-filterlist/blob/master/Anti-Corp/filters/facebook.txt

Amazon : https://github.com/nickspaargaren/no-amazon

Microsoft : https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/microsoft/all or https://gitlab.com/CHEF-KOCH/cks-filterlist/blob/master/Anti-Corp/filters/microsoft.txt

https://gafam.info