Skip to content

Instantly share code, notes, and snippets.

@machv
Last active May 14, 2020 08:25
Show Gist options
  • Select an option

  • Save machv/dff520503a2fa93acef3582cb5e353d5 to your computer and use it in GitHub Desktop.

Select an option

Save machv/dff520503a2fa93acef3582cb5e353d5 to your computer and use it in GitHub Desktop.
Edge JSON search
[
{
"is_default":true,
"name": "Google",
"keyword": "google.com",
"search_url": "{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:iOSSearchLanguage}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}",
"suggest_url": "{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&gs_ri={google:suggestRid}&xssi=t&q={searchTerms}&{google:inputType}{google:omniboxFocusType}{google:cursorPosition}{google:currentPageUrl}{google:pageClassification}{google:searchVersion}{google:sessionToken}{google:prefetchQuery}sugkey={google:suggestAPIKeyParameter}"
},
{
"name": "Bing",
"keyword": "bing.com",
"search_url": "https://www.bing.com/search?q={searchTerms}&PC=U316&FORM=CHROMN",
"suggest_url": "https://www.bing.com/osjson.aspx?query={searchTerms}&language={language}&PC=U316"
},
{
"name": "Seznam",
"keyword": "seznam.cz",
"search_url": "https://search.seznam.cz/?q={searchTerms}",
"suggest_url": "https://suggest.seznam.cz/fulltext_ff?phrase={searchTerms}"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment