mirror of
https://github.com/benbusby/whoogle-search
synced 2024-11-01 03:20:30 +00:00
f4bd3df2bb
This addresses #18, which brought up the issue of searching with Whoogle with the search instance set to always use a specific container in Firefox Container Tabs. Could also be useful if you want to share your search results or something, I guess. Though nobody likes when people do that.
14 lines
767 B
XML
14 lines
767 B
XML
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
|
|
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
|
|
<ShortName>Whoogle</ShortName>
|
|
<Description>Whoogle: A lightweight, deployable Google search proxy for desktop/mobile that removes Javascript, AMP links, and ads</Description>
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
<Image width="32" height="32" type="image/x-icon">/static/img/favicon/favicon-32x32.png</Image>
|
|
<Url type="text/html" method="{{ request_type }}" template="{{ main_url }}/search">
|
|
<Param name="q" value="{searchTerms}"/>
|
|
</Url>
|
|
<Url type="application/x-suggestions+json" template="{{ main_url }}/search"/>
|
|
<moz:SearchForm>{{ main_url }}/search</moz:SearchForm>
|
|
</OpenSearchDescription>
|
|
|