mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-12-05 03:07:37 +01:00
improve search engine syntax for future copy-pasting
This commit is contained in:
parent
29cb10a489
commit
ef36303eeb
@ -1295,7 +1295,7 @@
|
|||||||
"Method": "POST",
|
"Method": "POST",
|
||||||
"PostData": "q={searchTerms}",
|
"PostData": "q={searchTerms}",
|
||||||
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||||
"URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}&atb"
|
"URLTemplate": "https://duckduckgo.com/lite/?atb&q={searchTerms}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "DuckDuckGo No AI",
|
"Name": "DuckDuckGo No AI",
|
||||||
@ -1304,7 +1304,7 @@
|
|||||||
"IconURL": "https://noai.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
|
"IconURL": "https://noai.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
|
||||||
"Method": "GET",
|
"Method": "GET",
|
||||||
"SuggestURLTemplate": "https://noai.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
"SuggestURLTemplate": "https://noai.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||||
"URLTemplate": "https://noai.duckduckgo.com/?q={searchTerms}&atb"
|
"URLTemplate": "https://noai.duckduckgo.com/?atb&q={searchTerms}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "DuckDuckGo Start",
|
"Name": "DuckDuckGo Start",
|
||||||
@ -1313,7 +1313,7 @@
|
|||||||
"IconURL": "https://start.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
|
"IconURL": "https://start.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
|
||||||
"Method": "GET",
|
"Method": "GET",
|
||||||
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||||
"URLTemplate": "https://start.duckduckgo.com/?q={searchTerms}&atb"
|
"URLTemplate": "https://start.duckduckgo.com/?atb&q={searchTerms}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "Ecosia search",
|
"Name": "Ecosia search",
|
||||||
@ -1322,7 +1322,7 @@
|
|||||||
"IconURL": "https://cdn-static.ecosia.org/static/icons/favicon.ico",
|
"IconURL": "https://cdn-static.ecosia.org/static/icons/favicon.ico",
|
||||||
"Method": "GET",
|
"Method": "GET",
|
||||||
"SuggestURLTemplate": "https://ac.ecosia.org/autocomplete?q={searchTerms}",
|
"SuggestURLTemplate": "https://ac.ecosia.org/autocomplete?q={searchTerms}",
|
||||||
"URLTemplate": "https://www.ecosia.org/search?q={searchTerms}&addon=firefoxgpo"
|
"URLTemplate": "https://www.ecosia.org/search?addon=firefoxgpo&q={searchTerms}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "Brave Search",
|
"Name": "Brave Search",
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"DefaultSearchProviderKeyword": "d",
|
"DefaultSearchProviderKeyword": "d",
|
||||||
"DefaultSearchProviderName": "DuckDuckGo",
|
"DefaultSearchProviderName": "DuckDuckGo",
|
||||||
"DefaultSearchProviderNewTabURL": "https://noai.duckduckgo.com/chrome_newtab?addon=newext&atb",
|
"DefaultSearchProviderNewTabURL": "https://noai.duckduckgo.com/chrome_newtab?addon=newext&atb",
|
||||||
"DefaultSearchProviderSearchURL": "https://noai.duckduckgo.com/?q={searchTerms}&addon=newext&atb",
|
"DefaultSearchProviderSearchURL": "https://noai.duckduckgo.com/?addon=newext&atb&q={searchTerms}",
|
||||||
"DefaultSearchProviderSuggestURL": "https://noai.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
"DefaultSearchProviderSuggestURL": "https://noai.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||||
"NewTabPageLocation": "https://noai.duckduckgo.com/chrome_newtab?addon=newext&atb"
|
"NewTabPageLocation": "https://noai.duckduckgo.com/chrome_newtab?addon=newext&atb"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"DefaultSearchProviderEnabled": true,
|
|
||||||
"DefaultSearchProviderImageURL": "https://start.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
|
|
||||||
"DefaultSearchProviderKeyword": "d",
|
|
||||||
"DefaultSearchProviderName": "DuckDuckGo",
|
|
||||||
"DefaultSearchProviderNewTabURL": "https://start.duckduckgo.com/chrome_newtab?addon=newext",
|
|
||||||
"DefaultSearchProviderSearchURL": "https://start.duckduckgo.com/?q={searchTerms}&addon=newext",
|
|
||||||
"DefaultSearchProviderSuggestURL": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
|
||||||
"NewTabPageLocation": "https://start.duckduckgo.com/chrome_newtab?addon=newext"
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user