Skip to content

Commit

Permalink
Add uBlock Origin filters to default sources
Browse files Browse the repository at this point in the history
  • Loading branch information
th-ch committed Dec 10, 2020
1 parent 66c5ce4 commit 79c7959
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/adblocker/blocker.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const fetch = require("node-fetch");

const SOURCES = [
"https://raw.githubusercontent.com/kbinani/adblock-youtube-ads/master/signed.txt",
// uBlock Origin
"https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt",
"https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters-2020.txt",
];

const loadAdBlockerEngine = (
Expand Down

0 comments on commit 79c7959

Please sign in to comment.