Skip to content

Commit

Permalink
Fix invidious support on Safari for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Aug 26, 2023
1 parent c96bafb commit faa3259
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 53 deletions.
105 changes: 54 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "background.js",
"dependencies": {
"content-scripts-register-polyfill": "^4.0.2",
"@ajayyy/content-scripts-register-polyfill": "^4.0.2-safari-fix",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as CompileConfig from "../config.json";

import Config from "./config";
import { Registration } from "./types";
import "content-scripts-register-polyfill";
import "@ajayyy/content-scripts-register-polyfill";
import { sendRealRequestToCustomServer, setupBackgroundRequestProxy } from "../maze-utils/src/background-request-proxy";
import { setupTabUpdates } from "../maze-utils/src/tab-updates";
import { generateUserID } from "../maze-utils/src/setup";
Expand Down

0 comments on commit faa3259

Please sign in to comment.