Skip to content

Instantly share code, notes, and snippets.

@amekusa
Last active February 7, 2023 15:44
Show Gist options
  • Select an option

  • Save amekusa/99c3e22d7faa4e528d89e521cece3c45 to your computer and use it in GitHub Desktop.

Select an option

Save amekusa/99c3e22d7faa4e528d89e521cece3c45 to your computer and use it in GitHub Desktop.
Google (en-US) Search Plugin
<?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/">
<!-- Created on Tue, 07 Feb 2023 15:27:53 GMT -->
<ShortName>Google (en-US)</ShortName>
<Description>search?q={searchTerms}&amp;hl=en&amp;gl=US&amp;pws=0</Description>
<Url type="text/html" method="get" template="https://www.google.com/search?q={searchTerms}&amp;hl=en&amp;gl=US&amp;pws=0"/>
<Url type="application/x-suggestions+json" template="http://suggestqueries.google.com/complete/search?output=firefox&amp;client=firefox&amp;q={searchTerms}&amp;hl=en&amp;gl=US&amp;pws=0"/>
<!-- <Image width="16" height="16">GENERATEDLATER</Image> -->
<Developer>amekusa</Developer>
<InputEncoding>UTF-8</InputEncoding>
<moz:SearchForm>https://www.google.com/</moz:SearchForm>
<!-- <Url type="application/opensearchdescription+xml" rel="self" template="GENERATEDLATER"/> -->
</OpenSearchDescription>
<!DOCTYPE html>
<html>
<head>
<link rel="search" type="application/opensearchdescription+xml" title="Google (en-US)" href="google_en_us.xml">
</head>
<body>
<h1>Install Google (en-US) Search Plugin</h1>
</body>
</html>
@amekusa
Copy link
Author

amekusa commented Feb 7, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment