nickspaargaren / no-google

Completely block Google and its services
The Unlicense
1.25k stars 99 forks source link

Pihole-google-adguard alternative blocklist #163

Closed Piber0 closed 1 year ago

Piber0 commented 1 year ago

Create a new blocking list based on pihole-google-adguard.txt but adding $important after each ^ (for example: ||google.com^$important) to increase the priority of the blocking and avoid the white rules of other blacklists.

nickspaargaren commented 1 year ago

Hi @Piber0, thanks for the suggestion! There are probably people that whitelist YouTube for example. If we are going to do this, there will be a seperate blocklist like pihole-google-adguard-important.txt.

Docs: https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters#important-modifier

Piber0 commented 1 year ago

Yeah for sure, it would be perfect. Also Adguard and uBlock (regarding ad blockers) and Adguard Home (on the DNS blocking side) support this syntax.

Adguard doc: https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters#important-modifier uBlock doc: https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#important Adguard Home doc: https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists#important

nickspaargaren commented 1 year ago

Hi @Piber0, done! Let me know if this works for you!

New list: https://github.com/nickspaargaren/no-google/blob/master/pihole-google-adguard-important.txt

Piber0 commented 1 year ago

Yes perfectly, thanks !