mirror of https://github.com/gorhill/uBlock.git
this addresses #1136
This commit is contained in:
parent
5a3f0920a2
commit
76ad5e8cd1
|
@ -5,7 +5,7 @@ ace8ffced5aa0194d948af72f340bdbe assets/ublock/unbreak.txt
|
|||
98088252cedafb8571cf61b91bea219e assets/ublock/badware.txt
|
||||
5baa90e2da7cd6a73edff2010557ee57 assets/ublock/redirect.txt
|
||||
8ed4d73dc0e4eead9a53d34e09ab45ab assets/ublock/experimental.txt
|
||||
395ed88083125e8434e07b6f372cdb67 assets/ublock/resources.txt
|
||||
80ad859c30b7b3443f66a5e43193873a assets/ublock/resources.txt
|
||||
059e0bfbf22bd242dda7b07389fe09a2 assets/ublock/filter-lists.json
|
||||
3605c73f21abca428c7eb69a8bc32dfe assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt
|
||||
a91af77c47c302c0741c7445b0fada1a assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt
|
||||
|
|
|
@ -550,7 +550,7 @@ openload-defuser.js application/javascript
|
|||
};
|
||||
var excludes = {
|
||||
'4': ['157','161','175'],
|
||||
'5': ['140']
|
||||
'5': ['144']
|
||||
};
|
||||
var wjdmpGet = function() {
|
||||
return wjdmp;
|
||||
|
@ -570,7 +570,7 @@ openload-defuser.js application/javascript
|
|||
if ( !o.hasOwnProperty(k) || typeof o[k] !== 'function' ) {
|
||||
continue;
|
||||
}
|
||||
if ( aa.length !== 0 && aa.indexOf(k.toString()) !== -1 ) {
|
||||
if ( aa.length !== 0 && aa.indexOf(k.toString()) === -1 ) {
|
||||
continue;
|
||||
}
|
||||
o[k] = noopfn;
|
||||
|
|
Loading…
Reference in New Issue