Merge GoodbyeAds Samsung into Reject Hosts

This commit is contained in:
SukkaW
2026-05-14 18:26:13 +08:00
parent 7f1d689138
commit 8241f06384
2 changed files with 39 additions and 11 deletions

View File

@@ -43,14 +43,6 @@ export const HOSTS_EXTRA: HostsSource[] = [
'https://cdn.jsdelivr.net/gh/hoshsadiq/adblock-nocoin-list@master/hosts.txt',
['https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt'],
true
],
// GoodbyeAds - Samsung AdBlock
// most of its content has covered by reject.conf. Remaining domains, some are not even owned by samsung, some are normal API/SSO/DNS
// blocking them doesn't make sense, yet will not breaking anything anyway, so we move it to extra
[
'https://cdn.jsdelivr.net/gh/jerryn70/GoodbyeAds@master/Extension/GoodbyeAds-Samsung-AdBlock.txt',
['https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Extension/GoodbyeAds-Samsung-AdBlock.txt'],
false
]
];