Skip to content

Instantly share code, notes, and snippets.

@nickw108
Created March 3, 2009 21:46
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 nickw108/73547 to your computer and use it in GitHub Desktop.
Save nickw108/73547 to your computer and use it in GitHub Desktop.
search google.ch
// This command is useful if you're e.g. located in Germany, but want to search
// Google Switzerland. I'm often in this situation, because I live very close to
// the Swiss border and work in both countries
CmdUtils.makeSearchCommand({
name: "google-ch",
synonyms: ["gch"],
url: "http://www.google.ch/search?hl=de&meta=cr%3DcountryCH&q={QUERY}",
icon: "http://www.google.ch/favicon.ico",
description: "Searches www.google.ch even if you're located elsewhere"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment