You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gesturefy is a popular Firefox add-on that provides mouse gestures that trigger actions. I'm trying to configure a gesture to re-open a tab in a container. I'm currently looking into 2 ways of doing it with your add-on:
It's possible to set a gesture to call a user script (or to open a pop-up menu with a list of user scripts so I can write one for each container) but idk what would be the JavaScript invocation for this add-on to open the same URL in a named container in the background - if it worked I could just close the current tab and I'm done. I tried to look for a way to run firefox-container in a shell but there seems to be no way of doing that from an add-on / JavaScript (which makes sens from a security standpoint).
There's also an option to assign a gesture to the action called "Send message to other add-on" - it requires "Add-on ID" and the message itself (optionally serialized as JavaScript object) - maybe it's easier for someone savvy in creating add-ons but it goes over my head.
Any tips?
The text was updated successfully, but these errors were encountered:
Hi,
Gesturefy is a popular Firefox add-on that provides mouse gestures that trigger actions. I'm trying to configure a gesture to re-open a tab in a container. I'm currently looking into 2 ways of doing it with your add-on:
firefox-container
in a shell but there seems to be no way of doing that from an add-on / JavaScript (which makes sens from a security standpoint).Any tips?
The text was updated successfully, but these errors were encountered: