Skip to content

Instantly share code, notes, and snippets.

@jeoxx
Created September 3, 2009 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jeoxx/180334 to your computer and use it in GitHub Desktop.
Save jeoxx/180334 to your computer and use it in GitHub Desktop.
Durchsucht die heise Preisvergleich Webseite.
// created by jeo
CmdUtils.makeSearchCommand({
names: ['heise-preisvergleich', 'heise-preis', 'heisep'],
url: "http://www.heise.de/preisvergleich/?fs={QUERY}",
description: "Durchsucht die heise Preisvergleich Webseite.",
help: "heise-preisvergleich oder heisep [Suchbegriff]",
author: {name: "jeo", email: "darksentientbeing@digital-nomade.de"},
license: "GPL"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment