1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

#1461: fine tuning

This commit is contained in:
gorhill 2016-03-14 13:51:25 -04:00
parent 6a2c674b72
commit 4b20d762ae
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ dcc881135f01d1e264c2be59a8aaa1e0 assets/ublock/filters.txt
98088252cedafb8571cf61b91bea219e assets/ublock/badware.txt
5baa90e2da7cd6a73edff2010557ee57 assets/ublock/redirect.txt
d81312866b351765bb63082274d90293 assets/ublock/experimental.txt
2dfcb1b7827a11272e11d16d9c262cc9 assets/ublock/resources.txt
4be1cbfa213e37aff83ebad7cc563442 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

View File

@ -840,7 +840,7 @@ ytad-defuser.js application/javascript
(function() {
var sto = window.setTimeout;
window.setTimeout = function(a, b) {
if ( b >= 15000 ) {
if ( b >= 15000 && b < 30000 ) {
return sto(a, 500);
}
return sto(a, b);