No Google
github.com/nickspaargaren/no-googleTotally block all direct and indirect content from Google, Amazon, Facebook, Apple and Microsoft (or just some).
- Homepage: github.com/nickspaargaren/no-google
- GitHub: github.com/nickspaargaren/no-google
- Web info: web-check.xyz/check/github.com
No Google Source Code
Author
Description
Completely block Google and its services
Homepage
License
Unlicense
Created
04 Feb 19
Last Updated
15 Jun 26
Primary Language
Python
Size
3,096 KB
Stars
1,542
Forks
114
Watchers
1,542
Language Usage
Star History
Top Contributors
-
@nickspaargaren (526)
-
@github-actions[bot] (94)
-
@PoorPocketsMcNewHold (94)
-
@dependabot[bot] (29)
-
@QuickJack (6)
-
@0xedward (2)
-
@itsmat32143 (2)
-
@jdkdfjuwicvh (2)
-
@MueR (1)
-
@Bundy01 (1)
-
@robiiinos (1)
-
@touhidurrr (1)
-
@meghrathod (1)
-
@celenityy (1)
-
@iam-py-test (1)
Recent Commits
-
dependabot[bot] (15 Jun 26)
Bump pytest from 9.0.3 to 9.1.0 (#350) Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.3 to 9.1.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Nick Spaargaren (15 Jun 26)
Remove domains without NS records (#349) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
github-actions[bot] (09 Jun 26)
Automated update - Categories lists update - AdGuard list update - Parsed list update - Wildcards-domains list update - Unbound list update - DNSMasq list update - RPZ list update
-
Nick Spaargaren (09 Jun 26)
Remove domains without NS records (#347) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
dependabot[bot] (25 May 26)
Bump black from 26.5.0 to 26.5.1 (#346)
-
github-actions[bot] (22 May 26)
Automated update - Categories lists update - AdGuard list update - Parsed list update - Wildcards-domains list update - Unbound list update - DNSMasq list update - RPZ list update
-
Nick Spaargaren (22 May 26)
Add healthapp.google (#345)
-
Nick Spaargaren (21 May 26)
fix(regex): match google.com and subdomains with any TLD in pattern 1 (#344) Pattern 1 previously only matched bare 'google' or compound forms like googleapis.com, googlemail.com. It failed to match google.com, www.google.com, mail.google.com, google.co.uk, withgoogle.com, etc. Fix the tail of the pattern from: ($|((suffix)($|\..+))) to: ($|\..+|(suffix)($|\..+)) This makes the regex self-sufficient for blocking google.com and all its subdomains across any TLD, consistent with patterns 2-9 in the file. Closes #228
-
github-actions[bot] (21 May 26)
Automated update - Categories lists update - AdGuard list update - Parsed list update - Wildcards-domains list update - Unbound list update - DNSMasq list update - RPZ list update
-
Nick Spaargaren (21 May 26)
Fix duplicate entries and normalize domain casing (#343) * Normalize casing for various domain entries in pihole-google.txt * Remove duplicate entries
-
Nick Spaargaren (21 May 26)
Set username field in Unbound config (#342)
-
dependabot[bot] (18 May 26)
Bump black from 26.3.1 to 26.5.0 (#341)
-
github-actions[bot] (26 Apr 26)
Automated update - Categories lists update - AdGuard list update - Parsed list update - Wildcards-domains list update - Unbound list update - DNSMasq list update - RPZ list update
-
Nick Spaargaren (26 Apr 26)
Remove domains without NS records (#339)
-
github-actions[bot] (20 Apr 26)
Automated update - Categories lists update - AdGuard list update - Parsed list update - Wildcards-domains list update - Unbound list update - DNSMasq list update - RPZ list update
-
Nick Spaargaren (20 Apr 26)
Add skillshop.withgoogle.com (#338)
-
github-actions[bot] (20 Apr 26)
Automated update - Categories lists update - AdGuard list update - Parsed list update - Wildcards-domains list update - Unbound list update - DNSMasq list update - RPZ list update
-
Nick Spaargaren (20 Apr 26)
Add skills.google (#337)
-
Nick Spaargaren (20 Apr 26)
Add subdomain filtering to RPZ format output (#336)
-
github-actions[bot] (19 Apr 26)
Automated update - Categories lists update - AdGuard list update - Parsed list update - Wildcards-domains list update - Unbound list update - DNSMasq list update - RPZ list update
-
Nick Spaargaren (19 Apr 26)
Add multiple Fitbit subdomains (#335)
-
Nick Spaargaren (19 Apr 26)
Add RPZ (Response Policy Zone) format support (#334)
-
github-actions[bot] (19 Apr 26)
Automated update - Categories lists update - AdGuard list update - Parsed list update - Wildcards-domains list update - Unbound list update - DNSMasq list update
-
Nick Spaargaren (19 Apr 26)
Remove domains without NS records (#333) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
github-actions[bot] (14 Apr 26)
Automated update - Categories lists update - AdGuard list update - Parsed list update - Wildcards-domains list update - Unbound list update - DNSMasq list update
-
Nick Spaargaren (14 Apr 26)
Add youtubekids.com (#332) Co-authored-by: Bundy01 <[email protected]>
-
dependabot[bot] (13 Apr 26)
Bump pytest from 9.0.2 to 9.0.3 (#330)
-
github-actions[bot] (12 Apr 26)
Automated update - Categories lists update - AdGuard list update - Parsed list update - Wildcards-domains list update - Unbound list update - DNSMasq list update
-
Nick Spaargaren (12 Apr 26)
Remove domains without NS records (#329) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
github-actions[bot] (05 Apr 26)
Automated update - Categories lists update - AdGuard list update - Parsed list update - Wildcards-domains list update - Unbound list update - DNSMasq list update
No Google Reviews
More Host Block Lists
-
Comprehensive list of domains for blocking tracking, social scripts, bad cookies and annoying stuff.
-
Open source, community-maintained consolidated and extending hosts files from several well-curated sources. You can optionally pick extensions to block p0rn, Social Media, gambling, fake news and other categories.
-
Variety of lists (free and paid-for) for blocking content based on certain topics, inducing: spam, abuse, political, illegal, hijacked, bad peers and more.
-
An up-to-date host list, maintained by Dan Pollock - to make the internet not suck (as much).
About the Data: No Google
API
You can access No Google's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/v1/services/no-google The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share No Google
Help your friends compare Host Block Lists, and pick
privacy-respecting software and services.
Share No Google and Awesome Privacy with your network!