Skip to content
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

Website shifting for Firefox #116

Open
woj-tek opened this issue Jan 21, 2022 · 2 comments
Open

Website shifting for Firefox #116

woj-tek opened this issue Jan 21, 2022 · 2 comments

Comments

@woj-tek
Copy link

woj-tek commented Jan 21, 2022

I know that currently only Safari and Chromium-based browsers are supported but it would be awesome if, in the future, Firefox would also gain support.

(what are the requirements to get it working? I assume you use some sort of API to get the information about current URL, which is provided by Chromium-based browsers?)

@choco
Copy link
Collaborator

choco commented Jan 21, 2022

Yes, you're correct. For Chromium based browsers we use ScriptingAdditions api, for Safari we use either that or the Accessibility api. Unfortunately neither of them are supported by Firefox. If either of them are added/exposed in the future we'll definitely add support for Firefox!
A more complex way would be to create a Firefox extension that uses the native messaging api to connect to shifty and send current tab url.

@ridicolos
Copy link

Would love to see this be implemented :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants