From 9994033629f4dee8c07866c19164249d09e9cd55 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 13 Oct 2020 19:02:37 -0400 Subject: [PATCH] On second thought, keep what has been working Related commit: - https://github.com/gorhill/uBlock/commit/30c38de9bc9d6e7d4502a5c627aa4b3a63b612bf --- src/web_accessible_resources/google-analytics_analytics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web_accessible_resources/google-analytics_analytics.js b/src/web_accessible_resources/google-analytics_analytics.js index 87704a282..a3203e2be 100644 --- a/src/web_accessible_resources/google-analytics_analytics.js +++ b/src/web_accessible_resources/google-analytics_analytics.js @@ -57,7 +57,7 @@ } if ( fn instanceof Function === false ) { return; } try { - setTimeout(fn, 1); + fn(); } catch (ex) { } };