Skip to content

Commit 79c7959

Browse files
committed
Add uBlock Origin filters to default sources
1 parent 66c5ce4 commit 79c7959

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/adblocker/blocker.js

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ const fetch = require("node-fetch");
66

77
const SOURCES = [
88
"https://raw.githubusercontent.com/kbinani/adblock-youtube-ads/master/signed.txt",
9+
// uBlock Origin
10+
"https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt",
11+
"https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters-2020.txt",
912
];
1013

1114
const loadAdBlockerEngine = (

0 commit comments

Comments
 (0)