diff --git a/assets/checksums.txt b/assets/checksums.txt index 5f2950f3c..beb9543c3 100644 --- a/assets/checksums.txt +++ b/assets/checksums.txt @@ -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 diff --git a/assets/ublock/redirect.txt b/assets/ublock/redirect.txt index 154764860..3d2791f21 100644 --- a/assets/ublock/redirect.txt +++ b/assets/ublock/redirect.txt @@ -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 diff --git a/src/js/background.js b/src/js/background.js index 71bc66dda..741fc5cb5 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -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' } },