Skip to content

Commit faa3259

Browse files
committed
Fix invidious support on Safari for iOS
1 parent c96bafb commit faa3259

File tree

3 files changed

+56
-53
lines changed

3 files changed

+56
-53
lines changed

package-lock.json

Lines changed: 54 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "background.js",
66
"dependencies": {
7-
"content-scripts-register-polyfill": "^4.0.2",
7+
"@ajayyy/content-scripts-register-polyfill": "^4.0.2-safari-fix",
88
"react": "^18.2.0",
99
"react-dom": "^18.2.0"
1010
},

src/background.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as CompileConfig from "../config.json";
22

33
import Config from "./config";
44
import { Registration } from "./types";
5-
import "content-scripts-register-polyfill";
5+
import "@ajayyy/content-scripts-register-polyfill";
66
import { sendRealRequestToCustomServer, setupBackgroundRequestProxy } from "../maze-utils/src/background-request-proxy";
77
import { setupTabUpdates } from "../maze-utils/src/tab-updates";
88
import { generateUserID } from "../maze-utils/src/setup";

0 commit comments

Comments
 (0)