Skip to content

Instantly share code, notes, and snippets.

@indolering
Created June 20, 2009 02:06
Show Gist options
  • Save indolering/133003 to your computer and use it in GitHub Desktop.
Save indolering/133003 to your computer and use it in GitHub Desktop.
Ubiquity Command for lmgtfy.com (Let me google that for you)
//Note: This command was automatically generated by the create-new-search-command command.
CmdUtils.makeSearchCommand({
name: "lmgtfy-let-me-google-that-for-you",
url: "http://lmgtfy.com/?q={QUERY}",
icon: "http://lmgtfy.com/favicon.ico",
description: "Searches lmgtfy.com"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment