aboutsummaryrefslogtreecommitdiffstats
path: root/platform/chromium
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-06-30 01:59:22 -0400
committergorhill <rhill@raymondhill.net>2015-06-30 01:59:22 -0400
commitecd003ff4ae685d0e112efcd74d4176f3660d743 (patch)
tree88064fd420dfc051b7e49ca25975c25746bdc0ab /platform/chromium
parente5d6acd712aaedf595341e59d2aaa7cfb99f56eb (diff)
downloaduBlock-ecd003ff4ae685d0e112efcd74d4176f3660d743.zip
uBlock-ecd003ff4ae685d0e112efcd74d4176f3660d743.tar.gz
uBlock-ecd003ff4ae685d0e112efcd74d4176f3660d743.tar.bz2
this addresses #414
Diffstat (limited to 'platform/chromium')
-rw-r--r--platform/chromium/manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json
index c47b895..cf75f26 100644
--- a/platform/chromium/manifest.json
+++ b/platform/chromium/manifest.json
@@ -41,7 +41,8 @@
"matches": [
"https://*.adblockplus.org/*",
"https://*.adblockplus.me/*",
- "https://www.fanboy.co.nz/*"
+ "https://www.fanboy.co.nz/*",
+ "https://github.com/gorhill/uBlock/wiki/Filter-lists-from-around-the-web"
],
"js": ["js/subscriber.js"],
"run_at": "document_idle"