diff options
| author | Florian Kaiser | 2015-09-09 23:52:45 +0200 | 
|---|---|---|
| committer | Florian Kaiser | 2015-09-09 23:52:45 +0200 | 
| commit | 6bae5a4908e9ad029db725fdb6243328b0b87f15 (patch) | |
| tree | 389ef2ee1758fc399f9d48fa1028e1b6f885892b | |
| parent | ced7a47e90e2ba2e1dba9e71c26e1172bd0e7576 (diff) | |
| download | vimium-6bae5a4908e9ad029db725fdb6243328b0b87f15.tar.bz2 | |
Search completion for amazon.de
| -rw-r--r-- | background_scripts/completion_engines.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/completion_engines.coffee b/background_scripts/completion_engines.coffee index b572375d..bdc93dba 100644 --- a/background_scripts/completion_engines.coffee +++ b/background_scripts/completion_engines.coffee @@ -109,7 +109,7 @@ class Amazon extends BaseEngine    constructor: ->      super        engineUrl: "https://completion.amazon.com/search/complete?method=completion&search-alias=aps&client=amazon-search-ui&mkt=1&q=%s" -      regexps: "^https?://www\\.amazon\\.(com|co\\.uk|ca|com\\.au)/s/" +      regexps: "^https?://www\\.amazon\\.(com|co\\.uk|ca|de|com\\.au)/s/"        example:          searchUrl: "http://www.amazon.com/s/?field-keywords=%s"          keyword: "a" | 
