Skip to content

Instantly share code, notes, and snippets.

@saneef
Created May 21, 2010 14:19
Show Gist options
  • Save saneef/408886 to your computer and use it in GitHub Desktop.
Save saneef/408886 to your computer and use it in GitHub Desktop.
Flipkart.com : Searches for books on flipkart.com
//Ubiquity Command for "flipkart", searches for books on Flipkart.com
CmdUtils.makeSearchCommand({
names: ["flipkart"],
url: "http://www.flipkart.com/search.php?query=%s",
defaultUrl: "http://www.flipkart.com/",
icon: "http://www.flipkart.com/favicon.ico",
parser: {
container: ".search_result_item",
title: ".search_result_image a",
body: ".search_result_title a",
maxResults: 10,
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment