[source:tweak] change Google Feeling Lucky alias

change from `gl` to `G`
This commit is contained in:
Maddison Hellstrom 2019-06-21 13:19:28 -07:00
parent 91a80b7d59
commit fdf8342d7a
1 changed files with 2 additions and 2 deletions

View File

@ -715,8 +715,8 @@ completions.gi = {
completions.gi.callback = response => JSON.parse(response.text)[1] completions.gi.callback = response => JSON.parse(response.text)[1]
// Google - I'm Feeling Lucky // Google - I'm Feeling Lucky
completions.gl = { completions.G = {
alias: "gl", alias: "G",
name: "google-lucky", name: "google-lucky",
search: "https://www.google.com/search?btnI=1&q=", search: "https://www.google.com/search?btnI=1&q=",
compl: "https://www.google.com/complete/search?client=chrome-omni&gs_ri=chrome-ext&oit=1&cp=1&pgcl=7&q=", compl: "https://www.google.com/complete/search?client=chrome-omni&gs_ri=chrome-ext&oit=1&cp=1&pgcl=7&q=",