Skip to content

Instantly share code, notes, and snippets.

@cers
Created October 20, 2009 00:00
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 cers/213857 to your computer and use it in GitHub Desktop.
Save cers/213857 to your computer and use it in GitHub Desktop.
CmdUtils.makeSearchCommand({
name: "dict",
url: "http://www.dict.cc/?s={QUERY}",
parser: {
container: "#maincontent table:eq(2) tr:gt(2)",
title: "td:nth-child(2)",
preview: "td:nth-child(3)"
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment