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
I'm trying to migrate from Foxy Gestures to Gesturefy because I encountered a page where Gesturefy works better, but I can't replicate one script I was using.
In Foxy Gestures we have full access to browser through executeInBackground(). Of course I'm not asking for all that, I just require tabs.duplicate and tabs.goBack for a niche script I made to essentially open the previous page in a new tab.
The resulting script would look something like this:
I'm trying to migrate from Foxy Gestures to Gesturefy because I encountered a page where Gesturefy works better, but I can't replicate one script I was using.
In Foxy Gestures we have full access to
browser
throughexecuteInBackground()
. Of course I'm not asking for all that, I just requiretabs.duplicate
andtabs.goBack
for a niche script I made to essentially open the previous page in a new tab.The resulting script would look something like this:
The text was updated successfully, but these errors were encountered: