mirror of https://github.com/gorhill/uBlock.git
updated for #1240
This commit is contained in:
parent
5774743eaa
commit
6d75c2ab86
|
@ -5,7 +5,7 @@
|
|||
98088252cedafb8571cf61b91bea219e assets/ublock/badware.txt
|
||||
5baa90e2da7cd6a73edff2010557ee57 assets/ublock/redirect.txt
|
||||
b65ec581214a0d24dad6522a60f827ab assets/ublock/experimental.txt
|
||||
ba280093285f82e434e16310c20fd3c5 assets/ublock/resources.txt
|
||||
e10a9861e33cf8174611372d4eda38e3 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
|
||||
|
|
|
@ -409,7 +409,7 @@ yavli-defuser.js application/javascript
|
|||
Object.defineProperty(window, '__lturl', nourl);
|
||||
} catch (ex) {
|
||||
}
|
||||
var aa = ['_x','_y','_z','gj','pz','xz','yy','yz','zp','zx','zy'];
|
||||
var aa = ['_x','_y','_z','pz','xz','yy','yz','zp','zx','zy','gj','fj'];
|
||||
var no = {
|
||||
set: noopfn,
|
||||
get: function() {
|
||||
|
@ -424,13 +424,6 @@ yavli-defuser.js application/javascript
|
|||
} catch (e) {
|
||||
}
|
||||
}
|
||||
var sto = window.setTimeout;
|
||||
window.setTimeout = function(a, b) {
|
||||
var re = /rec\(rid,\s*tw\s*\+\s*step\)/;
|
||||
if ( typeof b !== 'number' || (b % 200) !== 0 || !re.test(a.toString()) ) {
|
||||
sto(a, b);
|
||||
}
|
||||
};
|
||||
})();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue