diff --git a/dist/firefox/updates.json b/dist/firefox/updates.json index 63a7f9422..17a897d4f 100644 --- a/dist/firefox/updates.json +++ b/dist/firefox/updates.json @@ -3,9 +3,9 @@ "uBlock0@raymondhill.net": { "updates": [ { - "version": "1.37.1.2", + "version": "1.37.3.0", "browser_specific_settings": { "gecko": { "strict_min_version": "57" } }, - "update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.1b2/uBlock0_1.37.1b2.firefox.signed.xpi" + "update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.3b0/uBlock0_1.37.3b0.firefox.signed.xpi" } ] } diff --git a/dist/version b/dist/version index e56539b5d..aa05b47e9 100644 --- a/dist/version +++ b/dist/version @@ -1 +1 @@ -1.37.1.2 +1.37.3.0 diff --git a/src/web_accessible_resources/google-analytics_analytics.js b/src/web_accessible_resources/google-analytics_analytics.js index 2875e1d54..6301ba923 100644 --- a/src/web_accessible_resources/google-analytics_analytics.js +++ b/src/web_accessible_resources/google-analytics_analytics.js @@ -86,7 +86,6 @@ if ( Array.isArray(dl) ) { dl.push = item => doCallback(item); const q = dl.slice(); - dl.length = 0; for ( const item of q ) { doCallback(item); }