From 3a6f26e2bc7217e41f104220d01583c9c9abf702 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Mon, 6 May 2024 10:49:37 +0800 Subject: [PATCH] The content script shouldn't call the popup anymore --- scripts/external/watch.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/external/watch.js b/scripts/external/watch.js index eb97e36..259262f 100644 --- a/scripts/external/watch.js +++ b/scripts/external/watch.js @@ -9,12 +9,6 @@ import texts from "/scripts/mapping/read.js"; import {global} from "/scripts/secretariat.js"; export default class watch { - /* Open relevant graphical user interfaces. - */ - static callGUI() { - - } - /* Act on the page. @param {object} filter the filter to work with @@ -36,7 +30,6 @@ export default class watch { new logging((new texts(`message_external_supported`)).localized); watch.process(FILTER_RESULT); - watch.callGUI(); // Create a listener for messages indicating re-processing. chrome.runtime.onMessage.addListener(async (message, sender, sendResponse) => {