clear the pointer at every startup

This commit is contained in:
buzz-lightsnack-2007 2024-05-04 13:29:46 +08:00
parent 31447db140
commit 3dabfe7984

View file

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