-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Extension for safari #110
Comments
On it ;) |
Not sure why, but I don't have permissions to push a branch to this repo ?! |
Yes, you need to fork this repo |
Just updating my Xcode, then I'll be able to convert the extension fully. This issue relates to #109 just for reference. |
I built the extension and it works, but you need to be on the Apple Developer program to distribute it, which I am not. Perhaps you can label the issue as "help wanted" or we can close it. |
I can push the build if it would help |
So you just followed this guide https://developer.apple.com/documentation/safariservices/safari_web_extensions/converting_a_web_extension_for_safari and everything just works? |
@Anri-Lombard I have tried what the Apple developer's page says about converting the extension to Safari, but I don't seem to make it work for Mac. I keep getting the same error of being unable to load chatGPT once the I make the search. I'm not sure if you changed some configurations inside Xcode. Here's the project created using the command: |
This issue has been linked to a Canny post: Support Safari 🎉 |
The only difference is that I added the --copy-resources flag, after which it ran smoothly. Although, I can't test it out on my Mac since I'm not part of the developer program. |
I have tried using that and I keep getting the same error, can you provide a .zip file with the Xcode project so I can test it out? |
Sure, @Armandotrsg. Does this work for you? |
I get the error when loading into safari that the |
Same problem here. |
Made some real progress on this today. This is what I did and the results:
Any help with 5 and 6 will make massive progress! |
I made some progress today. It turns out the zip file #110 (comment) is converted from the source code of this project, which is incorrect, you need to convert from the built files:
Then I get these files: ChatGPT for Google.zip Load it in safari as steps described by @Anri-Lombard, there's finally something shown |
@Armandotrsg Check my comments above. |
I just spent my whole morning attempting to convert this to safari only to discover that the creator is stuck on the same part as me. Is there any updates? |
@lukesmart1 Not yet. Unfortunately, Safari support is not my priority now. |
+1 for Safari support 🙏 |
+1 for Safari support please. |
@wong2 I created a safari build in my fork, which may help with this issue I have tested it and it also supports Automated Build, you can check josStorer/chatGPT-search-engine-extension@e9a6812 and josStorer/chatGPT-search-engine-extension@01f8b64 In terms of setting the extension version number, my approach may be a bit hacky and needs some improvement |
@josStorer Thanks, but I think the installation of Safari extension is beyond the capability of most users. |
Just wanted to comment that I am looking for exactly this browser extension but wanted to have this on iPhone. Now afaik the only browser extensions are those for safari. |
If you could somehow add an extension for safari it would be awesome!
The text was updated successfully, but these errors were encountered: