From 3dabfe7984cae4a1aaec9d69b1da6b1b33b33f5a Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sat, 4 May 2024 13:29:46 +0800 Subject: [PATCH] clear the pointer at every startup --- scripts/background/fc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/background/fc.js b/scripts/background/fc.js index aad8837..d8002c4 100644 --- a/scripts/background/fc.js +++ b/scripts/background/fc.js @@ -4,6 +4,7 @@ This script provides installation run scripts. import { template, global, observe } from "../secretariat.js"; import filters from "../filters.js"; +import pointer from "../data/pointer.js"; let config = chrome.runtime.getURL("config/config.json"); export default class fc { @@ -60,6 +61,7 @@ export default class fc { // Might as well set the preferences for storage. template.configure(); + pointer.clear(); } static async every() {