Skip to content

Instantly share code, notes, and snippets.

@HakurouKen
Created April 5, 2015 13:22
Show Gist options
  • Save HakurouKen/e10a5827eb72cb7565d1 to your computer and use it in GitHub Desktop.
Save HakurouKen/e10a5827eb72cb7565d1 to your computer and use it in GitHub Desktop.
Firefox search tool for bilibili.
<?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>Bilibili-Search</ShortName>
<Description>Search in Bilibili</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16">http://www.bilibili.com/favicon.ico</Image>
<Url type="text/html" method="GET" template="http://www.bilibili.com/search?keyword={searchTerms}">
</Url>
<moz:SearchForm>http://www.bilibili.com/</moz:SearchForm>
</OpenSearchDescription>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment