Update Reject Source

This commit is contained in:
SukkaW 2023-10-13 11:22:11 +08:00
parent 3f78caea61
commit 1903283b00

View File

@ -10,16 +10,18 @@ const HOSTS = [
]; ];
const ADGUARD_FILTERS = /** @type {const} */([ const ADGUARD_FILTERS = /** @type {const} */([
// Easy List // EasyList
[ [
'https://easylist.to/easylist/easylist.txt', 'https://easylist.to/easylist/easylist.txt',
[ [
'https://easylist-downloads.adblockplus.org/easylist.txt', 'https://easylist-downloads.adblockplus.org/easylist.txt',
'https://raw.githubusercontent.com/easylist/easylist/gh-pages/easylist.txt', 'https://raw.githubusercontent.com/easylist/easylist/gh-pages/easylist.txt',
'https://secure.fanboy.co.nz/easylist.txt' 'https://secure.fanboy.co.nz/easylist.txt',
'https://ublockorigin.github.io/uAssets/thirdparties/easylist.txt',
'https://ublockorigin.pages.dev/thirdparties/easylist.txt'
] ]
], ],
// Easy Privacy // EasyPrivacy
[ [
'https://easylist.to/easylist/easyprivacy.txt', 'https://easylist.to/easylist/easyprivacy.txt',
[ [