OpenInApolloExtension icon indicating copy to clipboard operation
OpenInApolloExtension copied to clipboard

Safari extension bundled with iOS 15 that helps in opening Reddit URLs in Apollo

Results 7 OpenInApolloExtension issues
Sort by recently updated
recently updated
newest added

Awesome feature btw! When I set the option to `Allow`, reddit links still prompt me with the Popup prompt for the `Ask` setting. ```javascript if (isAutomatic) { window.location.replace(`https://openinapollo.com?subreddit=${subreddit}&postID=${postID}&commentID=${commentID}&context=${context}`); } else...

I don't know how to explain it so I took a video of what's going on. Basically whenever I switch back to Safari from Apollo and I want to go...

The Open In Apollo extension normally works great for me, but I noticed it doesn't work for URLs containing the `old.reddit.com` hostname, for example: https://old.reddit.com/r/MarvisApp/comments/p42096/url_scheme_docs/ I think the solution is...