durablenapkin / scamblocklist

A blocklist to protect users against untrustworthy sites.
MIT License
88 stars 6 forks source link

I added entries from my Nordic adblock list #1

Closed DandelionSprout closed 4 years ago

DandelionSprout commented 4 years ago

Hello. I noticed your list, and figured you'd want some more anti-shoddy-webstore entries.

Although my own list categorises anti-shoddy-webstore, anti-fake-giftcard, and anti-Bitcoin-scam entries more or less together, I tried my best to only submit the anti-shoddy-webstore entries among them.

! ————————————————————————

I also hereby propose that an adblocker- and AdGuard Home-specific version of this list gets generated from the raw list version, as this would mean that having separate entries for www. and non-.www domains wouldn't be necessary, nor would it be needed to add various prefix domains either. A RegEx conversion process would nominally be as simple as: 1) ^0.* (www|store)\..*\n → (empty) 2) ^0.* (www|store)\..* → (empty) 3) ^0.* (.*)||\1^

I couldn't find the list generation script you're using in this repo, so I'll have to leave it up to you to generate such a list version should you wish to accept my proposal. If such a list does get created, I'll give such a list warm recommendations for native inclusion in stock installations of AdGuard Home, who are currently doing rollcalls for new lists to add, especially so if they're AdGuard Home-tailored.

durablenapkin commented 4 years ago

Many thanks! Will look into creating a script to generate an Adguard compatible list with just domains (no prefixes).

durablenapkin commented 4 years ago

@DandelionSprout AdGuard compatible list can be found here: https://raw.githubusercontent.com/durablenapkin/scamblocklist/master/adguard.txt (dead hosts removed).