Rob--W / dont-track-me-google

Firefox and Chrome extensions to prevent Google from making links ugly.
MIT License
459 stars 26 forks source link

Add google.ac #30

Open Rob--W opened 5 years ago

Rob--W commented 5 years ago

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:

Neither of the above lists contain the following (which is part of my list)

pointydev commented 2 months ago

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

Rob--W commented 2 months ago

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