Created
October 11, 2017 14:04
-
-
Save marshallmick007/169e19ccdf7b68e06b1d23e2a8f158f1 to your computer and use it in GitHub Desktop.
Duck Duck Go Firefox Search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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