-
-
Save nickw108/73547 to your computer and use it in GitHub Desktop.
search google.ch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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