mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 09:10:35 +08:00
Update Reject Source
This commit is contained in:
parent
3f78caea61
commit
1903283b00
@ -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',
|
||||||
[
|
[
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user