Skip to content

Instantly share code, notes, and snippets.

@mavc
Created September 28, 2017 17:08
Show Gist options
  • Save mavc/9b7fcef40c32ab4c956562fb5c76992a to your computer and use it in GitHub Desktop.
Save mavc/9b7fcef40c32ab4c956562fb5c76992a to your computer and use it in GitHub Desktop.
Foxy Gestures: Hybrid New Tab | Open Link In New Tab
executeInBackground((data) => {
return data.element.linkHref
? commandOpenLinkInNewTab(data)
: commandNewTab(data);
}, [data]).catch((e) => {
console.error(e);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment