mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
fix: add AdGuard as blocklist sources (#1966)
This commit is contained in:
committed by
GitHub
parent
8508620e53
commit
855f67bb1e
@ -15,6 +15,8 @@ const SOURCES = [
|
|||||||
'https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters-2023.txt',
|
'https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters-2023.txt',
|
||||||
// Fanboy Annoyances
|
// Fanboy Annoyances
|
||||||
'https://secure.fanboy.co.nz/fanboy-annoyance_ubo.txt',
|
'https://secure.fanboy.co.nz/fanboy-annoyance_ubo.txt',
|
||||||
|
// AdGuard
|
||||||
|
'https://filters.adtidy.org/extension/ublock/filters/122_optimized.txt',
|
||||||
];
|
];
|
||||||
|
|
||||||
let blocker: ElectronBlocker | undefined;
|
let blocker: ElectronBlocker | undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user