From 3067d6e6550151be5b85c00aa3123297257d7596 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 13 Jun 2020 06:10:54 +0200 Subject: [PATCH] Release notes: Open new tab in background --- core/main.js | 2 +- pages/updates/updates.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/main.js b/core/main.js index aaf01999..cb841676 100644 --- a/core/main.js +++ b/core/main.js @@ -112,7 +112,7 @@ main._showReleaseNotes = function (details) { if (!items.hideReleaseNotes) { chrome.tabs.create({ 'url': updateAdBlockerRules, - 'active': true + 'active': false }); } }); diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 8e0d3a49..2c829a4c 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -25,6 +25,7 @@
Please update your uBlock/uMatrix rules