gm-fetch für Firefox gefixt

This commit is contained in:
2024-10-14 11:49:10 +02:00
parent bbb4a910a0
commit 20e011bb55
9 changed files with 207 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
import GM_fetch from './gm-fetch';
import './status.css';
import { ZcStatus } from './zc-status';
import GM_fetch from "@trim21/gm-fetch";
declare function waitForKeyElements(selectorOrFunction: any, callback: any, waitOnce: boolean): any;