aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/globals.d.ts
diff options
context:
space:
mode:
authorAjay <[email protected]>2024-06-19 23:14:27 +0530
committerAjay <[email protected]>2024-06-19 23:14:27 +0530
commit98a4a076bc1d8b2d3a9b64355b9aaf84e2a4b685 (patch)
tree5671c0a2dcd6109a780809ed36d273a95a440d2a /src/globals.d.ts
parenta95020dda3d3f05691f5277e69688f05ac59dc1e (diff)
downloadSponsorBlock-98a4a076bc1d8b2d3a9b64355b9aaf84e2a4b685.tar.gz
SponsorBlock-98a4a076bc1d8b2d3a9b64355b9aaf84e2a4b685.zip
Support invidious in mv3
Diffstat (limited to 'src/globals.d.ts')
-rw-r--r--src/globals.d.ts15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/globals.d.ts b/src/globals.d.ts
index aaaab851..b420496a 100644
--- a/src/globals.d.ts
+++ b/src/globals.d.ts
@@ -1,19 +1,4 @@
import { SBObject } from "./config";
declare global {
interface Window { SB: SBObject }
- // Remove this once the API becomes stable and types are shipped in @types/chrome
- namespace chrome {
- namespace declarativeContent {
- export interface RequestContentScriptOptions {
- allFrames?: boolean;
- css?: string[];
- instanceType?: "declarativeContent.RequestContentScript";
- js?: string[];
- matchAboutBlanck?: boolean;
- }
- export class RequestContentScript {
- constructor(options: RequestContentScriptOptions);
- }
- }
- }
}