1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 01:29:39 +02:00

experimental filters

This commit is contained in:
gorhill 2015-12-06 08:22:31 -05:00
parent eaec2b9fa5
commit 334506e1b9
3 changed files with 9 additions and 4 deletions

View File

@ -3,7 +3,8 @@ c91286a3e6dc3136bc6e078d5c0db4d0 assets/ublock/redirect-resources.txt
6c077d6d5b39e8a5a407966ad62c9c32 assets/ublock/privacy.txt
ccbd90cec2231b6c5edf545b63d462ff assets/ublock/filters.txt
146704ad1c0393e342afdb416762c183 assets/ublock/badware.txt
4b95ee2fe4c3f1c5258cc1afd9cbf677 assets/ublock/redirect.txt
7793a25fee903eb869984d728cb1920c assets/ublock/redirect.txt
a3c5fff7de8a5597491a97e8bb7ce76a assets/ublock/experimental.txt
e1a6bb625a9ee59cc57f6b77c76108ff assets/ublock/filter-lists.json
f549ce62117ff04b63c177227b5cb288 assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt
da709032e6b674de08b7561e3f4e552d assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt

View File

@ -15,6 +15,3 @@
||aflrm.com^$subdocument,domain=dayt.se,redirect=noopframe,important
||dayt.se^*fuckadblock.js$script,redirect=fuckadblock.js-3.2.0,important
||imads.integral-marketing.com^$domain=dayt.se,important
# googletagservices.com not blocked by EasyPrivacy (I don't know why).
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices.com/gpt.js

View File

@ -135,6 +135,13 @@ return {
group: 'default',
supportURL: 'https://github.com/gorhill/uBlock/wiki/Badware-risks',
instructionURL: 'https://github.com/gorhill/uBlock/wiki/Badware-risks'
},
'assets/ublock/experimental.txt': {
title: 'uBlock filters Experimental',
group: 'default',
off: true,
supportURL: 'https://github.com/gorhill/uBlock/wiki/Experimental-filters',
instructionURL: 'https://github.com/gorhill/uBlock/wiki/Experimental-filters'
}
},