From ce3be8922c8350239ced0aaa6e2a99d075eb07db Mon Sep 17 00:00:00 2001 From: RandomTechChannel <140035326+OG-RandomTechChannel@users.noreply.github.com> Date: Mon, 24 Jul 2023 21:14:58 +0800 Subject: [PATCH] Update background.js --- src/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/background.js b/src/background.js index 0a4bb7d1..a60313f9 100644 --- a/src/background.js +++ b/src/background.js @@ -48,7 +48,7 @@ chrome.runtime.onMessage.addListener(function (request, sender) { for (let i = 0; i < rules.length; i++) { chrome.declarativeContent.onPageChanged.addRules([rules[i]]); } - alert("Permissions granted. Reload SEQTA pages to see changes. If this workaround doesn't work, please contact the developer."); + alert("Permissions granted. Reload SEQTA pages to see changes. If this workaround doesn't work, please contact the developer. It will be an easy fix"); } });