dont-track-me-google
dont-track-me-google copied to clipboard
Add google.ac
https://www.google.ac/ is also a domain of Google that's used for Search.
It is not listed at https://www.google.com/supported_domains I found it at the old Wiki page that listed Google domains: https://ipfs.io/ipfs/QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco/wiki/List_of_Google_domains.html The wiki page listed 198 domains, whereas my source (supported_domains) lists only 193. The difference is:
- https://www.google.ac
- https://www.google.cc (redirect to .com TLD)
- https://www.google.com.lc (domain not resolved)
- https://www.google.gf (redirect to .com TLD)
- https://www.google.io (404)
Neither of the above lists contain the following (which is part of my list)
- https://www.google.ng
While not specific to the TLDs listed above, have you considered utilising the .tld matching pattern? It would allow you to significantly reduce the size of your metadata block while retaining the same functionality. From what I can gather, you'd be able to use just the following:
// @match *://*.google.tld/*
// @match *://*.google.co.tld/*
// @match *://*.google.com.tld/*
Thanks, Elliott
tld is something specific to user scripts, and unavailable in extensions.