mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-30 08:47:22 +01:00
{firefox,chromium}: add noai.duckduckgo.com for future reference
This commit is contained in:
parent
d05390acfb
commit
3b2ed409eb
@ -1287,7 +1287,16 @@
|
|||||||
"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}"
|
"URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}&atb"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "DuckDuckGo No AI",
|
||||||
|
"Alias": "dnai",
|
||||||
|
"Description": "DuckDuckGo AIless version",
|
||||||
|
"IconURL": "https://noai.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
|
||||||
|
"Method": "GET",
|
||||||
|
"SuggestURLTemplate": "https://noai.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||||
|
"URLTemplate": "https://noai.duckduckgo.com/?q={searchTerms}&atb"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "DuckDuckGo Start",
|
"Name": "DuckDuckGo Start",
|
||||||
@ -1296,7 +1305,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}"
|
"URLTemplate": "https://start.duckduckgo.com/?q={searchTerms}&atb"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "Ecosia search",
|
"Name": "Ecosia search",
|
||||||
|
|||||||
10
etc/opt/chromium/policies/recommended/duckduckgo-noai.json
Normal file
10
etc/opt/chromium/policies/recommended/duckduckgo-noai.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"DefaultSearchProviderEnabled": true,
|
||||||
|
"DefaultSearchProviderImageURL": "https://noai.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
|
||||||
|
"DefaultSearchProviderKeyword": "d",
|
||||||
|
"DefaultSearchProviderName": "DuckDuckGo",
|
||||||
|
"DefaultSearchProviderNewTabURL": "https://noai.duckduckgo.com/chrome_newtab?addon=newext&atb",
|
||||||
|
"DefaultSearchProviderSearchURL": "https://noai.duckduckgo.com/?q={searchTerms}&addon=newext&atb",
|
||||||
|
"DefaultSearchProviderSuggestURL": "https://noai.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||||
|
"NewTabPageLocation": "https://noai.duckduckgo.com/chrome_newtab?addon=newext&atb"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user