hamen (owner)

Revisions

gist: 147623 Download_button fork
public
Public Clone URL: git://gist.github.com/147623.git
Embed All Files: show embed
devmo #
1
2
3
4
5
6
7
8
9
10
CmdUtils.makeSearchCommand({
  name: "devmo",
  description: "Search developer.mozilla.com for your words",
  author: {name: "Ivan Morgillo", email: "imorgillo [at] sanniolug [dot] org"},
  homepage: "http://hamen.org",
  license: "GPL v3",
  url: "https://developer.mozilla.org/Special:Search?search={QUERY}&type=fulltext",
  parser: {container: "div#searchResults > ul > li", title: "div.title > a + a", preview: "div.searchpreview"
}
});