Skip to content

Instantly share code, notes, and snippets.

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