Skip to content

Instantly share code, notes, and snippets.

@smmr0
Last active August 13, 2025 06:56
Show Gist options
  • Select an option

  • Save smmr0/449529ffbac54ca40765429584ba793b to your computer and use it in GitHub Desktop.

Select an option

Save smmr0/449529ffbac54ca40765429584ba793b to your computer and use it in GitHub Desktop.
OpenSearch description documents
<?xml version="1.0" encoding="utf-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>DuckDuckGo (no AI)</ShortName>
<Description>DuckDuckGo, a "search engine that is like Google but never tracks your searches", with AI features disabled, plus Summer ☀️'s customizations.</Description><!-- https://web.archive.org/web/20250813031325/https://duckduckgo.com/about -->
<Url rel="results" type="text/html" template="https://noai.duckduckgo.com/">
<Param name="q" value="{searchTerms}"/>
<Param name="ia" value="web"/>
<Param name="t" value=""/><!-- https://duckduckgo.com/duckduckgo-help-pages/privacy/t -->
<!-- settings: general -->
<Param name="kz" value="-1"/><!-- instant answers: disabled -->
<Param name="kbj" value="1"/><!-- hide AI-generated images: enabled -->
<Param name="k1" value="-1"/><!-- advertisements: disabled -->
<Param name="kaj" value="m"/><!-- units of measure: metric -->
<Param name="kat" value="-1"/><!-- location: disabled -->
<Param name="kak" value="-1"/><!-- install DuckDuckGo: disabled -->
<Param name="kax" value="-1"/><!-- install DuckDuckGo: disabled -->
<Param name="kaq" value="-1"/><!-- privacy newsletters: disabled -->
<Param name="kap" value="-1"/><!-- privacy newsletters: disabled -->
<Param name="kao" value="-1"/><!-- homepage privacy tips: disabled -->
<Param name="kau" value="-1"/><!-- help improve DuckDuckGo: disabled -->
<!-- settings: appearance -->
<Param name="kt" value="n"/><!-- font: sans-serif -->
<Param name="km" value="m"/><!-- center alignment: enabled -->
<Param name="ko" value="1"/><!-- header alignment: on & fixed -->
<Param name="ka" value="n"/><!-- title font: sans-serif -->
<Param name="ku" value="1"/><!-- title underline: enabled -->
<Param name="ksn" value="5"/><!-- max snippet length: 5 lines of text -->
<Param name="kai" value="b"/><!-- URL placement: below title -->
<Param name="kbi" value="1"/><!-- compact results: enabled -->
<Param name="kbh" value="-1"/><!-- site names: disabled -->
<Param name="kpsb" value="-1"/><!-- 'always protected' reminder: disabled -->
<!-- settings: privacy -->
<!-- settings: AI features -->
<Param name="kbg" value="-1"/><!-- Duck.ai: disabled -->
<Param name="kbe" value="0"/><!-- search assist: never -->
<Param name="kbj" value="1"/><!-- hide AI-generated images: enabled -->
</Url>
<Url rel="suggestions" type="application/x-suggestions+json" template="https://noai.duckduckgo.com/ac/">
<Param name="q" value="{searchTerms}"/>
<Param name="type" value="list"/>
</Url>
<Tags>web</Tags>
<Image type="image/x-icon" width="32" height="32">https://duckduckgo.com/favicon.ico</Image>
<Image type="image/png" width="256" height="256">https://duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png</Image>
<Query role="example" searchTerms="Summer"/>
<Developer>Summer ☀️</Developer>
</OpenSearchDescription>
<?xml version="1.0" encoding="utf-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>Wiktionary</ShortName>
<Description>Wiktionary is a multilingual, web-based project to create a free content dictionary of terms (including words, phrases, proverbs, linguistic reconstructions, etc.) in a large number of natural languages and a number of artificial languages.</Description><!-- https://en.wikipedia.org/w/index.php?title=Wiktionary&oldid=1300736816 -->
<Url rel="results" type="text/html" template="https://wiktionary.org/wiki/Special:Search">
<Param name="search" value="{searchTerms}"/>
</Url>
<Url rel="suggestions" type="application/x-suggestions+json" template="https://wiktionary.org/w/api.php">
<Param name="action" value="opensearch"/>
<Param name="search" value="{searchTerms}"/>
</Url>
<Tags>dictionary</Tags>
<Image type="image/x-icon" width="48" height="48">https://wiktionary.org/static/favicon/piece.ico</Image>
<Query role="example" searchTerms="Summer"/>
<Developer>Summer ☀️</Developer>
</OpenSearchDescription>
<!DOCTYPE html>
<html lang="en">
<head profile="http://a9.com/-/spec/opensearch/1.1/">
<link rel="search" type="application/opensearchdescription+xml" title="DuckDuckGo (no AI)" href="opensearch-duckduckgo_no_ai.xml"/>
<link rel="search" type="application/opensearchdescription+xml" title="Wiktionary" href="opensearch-wiktionary.xml"/>
<link rel="search" type="application/opensearchdescription+xml" title="Wiktionary" href="https://wiktionary.org/w/rest.php/v1/search"/>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment