Skip to content

Instantly share code, notes, and snippets.

@marshallmick007
Created October 11, 2017 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmick007/169e19ccdf7b68e06b1d23e2a8f158f1 to your computer and use it in GitHub Desktop.
Save marshallmick007/169e19ccdf7b68e06b1d23e2a8f158f1 to your computer and use it in GitHub Desktop.
Duck Duck Go Firefox Search
<!DOCTYPE>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>start.duckduckgo.com</title>
<link rel="search"
type="application/opensearchdescription+xml"
title="Start DDG"
href="start.duckduckgo.com.xml">
</head>
</html>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<!-- See https://developer.mozilla.org/en-US/Add-ons/Creating_OpenSearch_plugins_for_Firefox -->
<ShortName>Start.DDG</ShortName>
<Description>Start.DDG</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">
https://start.duckduckgo.com/favicon.png
</Image>
<Url type="text/html" template="https://start.duckduckgo.com/">
<Param name="q" value="{searchTerms}"/>
</Url>
<Url type="application/x-suggestions+json" template="https://ac.duckduckgo.com/ac/">
<Param name="q" value="{searchTerms}"/>
</Url>
<moz:SearchForm>https://start.duckduckgo.com</moz:SearchForm>
</OpenSearchDescription>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment