Skip to content

Instantly share code, notes, and snippets.

@macks
Created March 24, 2011 16:51
Show Gist options
  • Save macks/885402 to your computer and use it in GitHub Desktop.
Save macks/885402 to your computer and use it in GitHub Desktop.
paste url and open in new tab (for Firefox's keyconfig add-on)
var paste = readFromClipboard();
if (paste)
gBrowser.selectedTab = gBrowser.addTab(paste);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment