diff --git a/assets/checksums.txt b/assets/checksums.txt index 6027ed1da..056ffcb03 100644 --- a/assets/checksums.txt +++ b/assets/checksums.txt @@ -5,7 +5,7 @@ dcc881135f01d1e264c2be59a8aaa1e0 assets/ublock/filters.txt 98088252cedafb8571cf61b91bea219e assets/ublock/badware.txt 5baa90e2da7cd6a73edff2010557ee57 assets/ublock/redirect.txt d81312866b351765bb63082274d90293 assets/ublock/experimental.txt -8ad5f73534954c02af023f9340c2f29e assets/ublock/resources.txt +c33b3ac5161d38a86f2a7c36135150e4 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 diff --git a/assets/ublock/resources.txt b/assets/ublock/resources.txt index df7283b46..5e622789f 100644 --- a/assets/ublock/resources.txt +++ b/assets/ublock/resources.txt @@ -842,14 +842,13 @@ ytad-defuser.js application/javascript Function.prototype.bind = function() { 'native code'; var bound = bind.apply(this, arguments); - if ( this.toString().indexOf('qoe.start15s') !== -1 ) { - bound.xpizqvtnrfkcjixkmdnu = true; - } + bound.xpizqvtnrfkcjixkmdnu = this.toString(); return bound; }; var sto = window.setTimeout; window.setTimeout = function(a, b) { - if ( 'xpizqvtnrfkcjixkmdnu' in a ) { + if ( b === 15000 && 'xpizqvtnrfkcjixkmdnu' in a ) { + console.log('uBO>', a.xpizqvtnrfkcjixkmdnu); b = 1; } return sto(a, b);