Created
June 20, 2009 02:06
-
-
Save indolering/133003 to your computer and use it in GitHub Desktop.
Ubiquity Command for lmgtfy.com (Let me google that for you)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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