dont-track-me-google icon indicating copy to clipboard operation
dont-track-me-google copied to clipboard

Add google.ac

Open Rob--W opened this issue 7 years ago • 2 comments

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

Rob--W avatar Sep 23 '18 20:09 Rob--W

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

pointydev avatar Jun 23 '24 22:06 pointydev

tld is something specific to user scripts, and unavailable in extensions.

Rob--W avatar Jun 24 '24 01:06 Rob--W