diff options
author | gorhill <rhill@raymondhill.net> | 2015-04-24 07:40:34 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-04-24 07:40:34 -0400 |
commit | 6a9585c056bd38f91e3a847b29f23d6c877613da (patch) | |
tree | 9e0a5fd126f772c5bfaeb5a44800cb735024d789 /src/js/background.js | |
parent | ada732575af1bfa2536dcbdfe074641c6ec44042 (diff) | |
download | uBlock-6a9585c056bd38f91e3a847b29f23d6c877613da.zip uBlock-6a9585c056bd38f91e3a847b29f23d6c877613da.tar.gz uBlock-6a9585c056bd38f91e3a847b29f23d6c877613da.tar.bz2 |
1st step of splitting ublock's own filters into two separate files
Diffstat (limited to 'src/js/background.js')
-rw-r--r-- | src/js/background.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/js/background.js b/src/js/background.js index a93a891..7cec3ed 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -120,6 +120,10 @@ return { 'assets/ublock/privacy.txt': { title: 'uBlock filters – Privacy', group: 'default' + }, + 'assets/ublock/unbreak.txt': { + title: 'uBlock filters – Unbreak', + group: 'default' } }, |