mirror of
https://github.com/DevLARLEY/WidevineProxy2.git
synced 2026-04-26 14:05:55 +03:00
[GH-ISSUE #23] not working with edge #18
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WidevineProxy2#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @2084x on GitHub (Feb 16, 2025).
Original GitHub issue: https://github.com/DevLARLEY/WidevineProxy2/issues/23
since edge is based on chromium I assumed the extension would work with it, but when importing the extension into edge I get the following error message:
I saw a similar issue with the kiwi browser here https://github.com/DevLARLEY/WidevineProxy2/issues/5 and tried the solution of removing
"scripts": ["background.js"]frommanifest.jsonbut that results in another error when trying to get a key:@DevLARLEY commented on GitHub (Feb 16, 2025):
Yes, errors when importing the extension are expected but they should not stop it from working.
Verified on
Microsoft Edge Version 133.0.3065.69 (Official build) (64-bit)withMicrosoft WIndows 11 Pro 10.0.22631 Build 22631@2084x commented on GitHub (Feb 17, 2025):
ok I've tried setting it up again today and got everything to work. sorry for the hassle.