From baa469c69e6e2e86892cc654ad04cbf8afcb51ca Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Tue, 24 May 2016 14:56:39 +0300 Subject: [PATCH] https://github.com/AdguardTeam/AdguardFilters/issues/2210 --- EnglishFilter/sections/general_extensions.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EnglishFilter/sections/general_extensions.txt b/EnglishFilter/sections/general_extensions.txt index b169368372c..ec4d93dc47d 100644 --- a/EnglishFilter/sections/general_extensions.txt +++ b/EnglishFilter/sections/general_extensions.txt @@ -1,6 +1,9 @@ !------------------- !-------JS---------- !------------------- +! https://github.com/AdguardTeam/AdguardFilters/issues/2210 +primewire.ag#%#if (typeof localStorage != 'undefined' && localStorage.setItem) { localStorage.setItem('InfNumFastPops', '1'); } +primewire.ag#%#if (typeof localStorage != 'undefined' && localStorage.setItem) { localStorage.setItem('InfNumFastPopsExpire', new Date(new Date().setYear(2020))); } ! https://forum.adguard.com/index.php?threads/10425/ go4up.com#%#Object.defineProperty(window, 'B1q', { get: function() { return []; } }); ! https://github.com/AdguardTeam/ExperimentalFilter/issues/2019