mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
keep wp-defuser as simple as possible
This commit is contained in:
parent
1df13c3eea
commit
b01301143d
2 changed files with 2 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
146704ad1c0393e342afdb416762c183 assets/ublock/badware.txt
|
||||
5baa90e2da7cd6a73edff2010557ee57 assets/ublock/redirect.txt
|
||||
f9bb491dbba453752199e8378ee152bb assets/ublock/experimental.txt
|
||||
0ee9e13366618a4ac3939f9092b4c87c assets/ublock/resources.txt
|
||||
566b18f6157cfc095921c38334b9db6a assets/ublock/resources.txt
|
||||
fe4e995a7a828da38fcb0188c3996dbc assets/ublock/filter-lists.json
|
||||
50573388b525ede1a920cd4b4ee7fbf0 assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt
|
||||
61cc16cf02e034370f0f47bc17c46551 assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt
|
||||
|
|
|
@ -446,7 +446,5 @@ wpredirect-defuser.js application/javascript
|
|||
(function() {
|
||||
var twp = window.TWP = window.TWP || {};
|
||||
twp.Identity = twp.Identity || {};
|
||||
Object.defineProperty(twp.Identity, 'initComplete', {
|
||||
get: function() { return true; }
|
||||
});
|
||||
twp.Identity.initComplete = true;
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue