Revert "gm-fetch für Firefox gefixt"

This reverts commit 20e011bb55.
This commit is contained in:
2024-10-15 16:45:21 +02:00
parent 248fbd5f0f
commit 748a8740eb
9 changed files with 17 additions and 207 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;