Skip to content

Instantly share code, notes, and snippets.

@XrXr
Created July 13, 2014 18:21
Show Gist options
  • Save XrXr/9caab1355b2e29d6bd08 to your computer and use it in GitHub Desktop.
Save XrXr/9caab1355b2e29d6bd08 to your computer and use it in GitHub Desktop.
FireGesture scripts
var sel = FireGestures.getSelectedText();
if (sel) {
gBrowser.loadOneTab('http://www.thefreedictionary.com/'+sel, null, null, null, false, false);
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment