The content script shouldn't call the popup anymore
This commit is contained in:
parent
d01471851a
commit
3a6f26e2bc
1 changed files with 0 additions and 7 deletions
7
scripts/external/watch.js
vendored
7
scripts/external/watch.js
vendored
|
@ -9,12 +9,6 @@ import texts from "/scripts/mapping/read.js";
|
||||||
import {global} from "/scripts/secretariat.js";
|
import {global} from "/scripts/secretariat.js";
|
||||||
|
|
||||||
export default class watch {
|
export default class watch {
|
||||||
/* Open relevant graphical user interfaces.
|
|
||||||
*/
|
|
||||||
static callGUI() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Act on the page.
|
/* Act on the page.
|
||||||
|
|
||||||
@param {object} filter the filter to work with
|
@param {object} filter the filter to work with
|
||||||
|
@ -36,7 +30,6 @@ export default class watch {
|
||||||
new logging((new texts(`message_external_supported`)).localized);
|
new logging((new texts(`message_external_supported`)).localized);
|
||||||
|
|
||||||
watch.process(FILTER_RESULT);
|
watch.process(FILTER_RESULT);
|
||||||
watch.callGUI();
|
|
||||||
|
|
||||||
// Create a listener for messages indicating re-processing.
|
// Create a listener for messages indicating re-processing.
|
||||||
chrome.runtime.onMessage.addListener(async (message, sender, sendResponse) => {
|
chrome.runtime.onMessage.addListener(async (message, sender, sendResponse) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue