-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Support for Safari Browsers #49
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Maybe this thread can be helpful: refined-github/refined-github#14 Also this: https://developer.apple.com/videos/play/wwdc2021/10104/ Also we can run a script to convert to safari web extension |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@abhijithvijayan / those contributing (or considering) towards Safari support: I'm confident I can get a solid monetary donation towards adding Safari support if there's willingness on the contributors side of things. I've been trying to port what I have working to Xcode and I'm hitting wall after wall- some probably unrelated to this project but simply because my Xcode/apple dev experience is nil. I'm under the impression there's still an unknown amount of work bringing Safari support into this project and I've personally discovered there's limited community resources about Safari JS based web extension dev. Thoughts? |
What problem are you encountering? I haven't had time to extract the code as I was hoping, but Apple's conversion tool should do most of the work of loading the extension in the browser. |
The underlying support @fregante did can be seen on
Apple Conversion Tool ref: https://developer.apple.com/documentation/safariservices/safari_web_extensions/converting_a_web_extension_for_safari Note: People have mentioned lack of critical APIs support missing on Safari
Once I figure out a way around #66 (as that is now a more pressing issue at the moment for new extensions) I will spend some time on this issue too maybe around the weekends as I am engaged on weekdays with a full time job. Like always, contributions & support are welcome from anyone. |
@anaclumos why did you close the issue? |
I have found previous issues (#9 and #11) that Safari uses its proprietary extension format, and web-extension-starter for Safari will not be worked on. I am curious about an updated plan since Safari supports WebExtension from Safari 14. Will there be a Safari branch?
References:
The text was updated successfully, but these errors were encountered: