diff options
author | Ajay <[email protected]> | 2024-06-19 22:37:29 +0530 |
---|---|---|
committer | Ajay <[email protected]> | 2024-06-19 22:37:29 +0530 |
commit | a95020dda3d3f05691f5277e69688f05ac59dc1e (patch) | |
tree | f7a571aeaf0493b4e84b4aec1ff32b5133948ce5 /src/background.ts | |
parent | 98ac2fc618e8a74a5f467ffb5f0ea37e8aeba38c (diff) | |
download | SponsorBlock-a95020dda3d3f05691f5277e69688f05ac59dc1e.tar.gz SponsorBlock-a95020dda3d3f05691f5277e69688f05ac59dc1e.zip |
Manifest v3 without invidious working
Diffstat (limited to 'src/background.ts')
-rw-r--r-- | src/background.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/background.ts b/src/background.ts index 23914f46..e14f8e48 100644 --- a/src/background.ts +++ b/src/background.ts @@ -7,10 +7,6 @@ import { sendRealRequestToCustomServer, setupBackgroundRequestProxy } from "../m import { setupTabUpdates } from "../maze-utils/src/tab-updates"; import { generateUserID } from "../maze-utils/src/setup"; -// Make the config public for debugging purposes - -window.SB = Config; - import Utils from "./utils"; import { getExtensionIdsToImportFrom } from "./utils/crossExtension"; import { isFirefoxOrSafari } from "../maze-utils/src"; |