The content script shouldn't call the popup anymore

This commit is contained in:
buzz-lightsnack-2007 2024-05-06 10:49:37 +08:00
parent d01471851a
commit 3a6f26e2bc

View file

@ -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) => {