Skip to content

Instantly share code, notes, and snippets.

@hamen
Created July 10, 2009 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamen/144871 to your computer and use it in GitHub Desktop.
Save hamen/144871 to your computer and use it in GitHub Desktop.
CmdUtils.makeSearchCommand({
author: {name: "Ivan Morgillo", email: "imorgillo [at] sanniolug [dot] org"},
homepage: "http://hamen.org",
license: "GPL v3",
description: "Search Bing for your words",
name: "bing",
url: "http://www.bing.com/search?q={QUERY}&form=QBLH&filt=all",
parser: {container: "div#results > ul.sb_results > li",
title: "div.sb_tlst h3",
preview: "p"}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment