Created
October 2, 2021 21:18
-
-
Save claui/30a5ee2dc2c2389cd09d9595310823f0 to your computer and use it in GitHub Desktop.
OpenSearch descriptor for searching Twitter
This file contains 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
<?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>Twitter (latest)</ShortName> | |
<Description>Twitter Search</Description> | |
<Url type="text/html" method="get" template="https://twitter.com/search"> | |
<Param name="q" value="{searchTerms}"/> | |
<Param name="f" value="live"/> | |
</Url> | |
<Image width="16" height="16">https://abs.twimg.com/favicons/favicon.ico</Image> | |
<InputEncoding>UTF-8</InputEncoding> | |
<moz:SearchForm>https://twitter.com/search-home</moz:SearchForm> | |
</OpenSearchDescription> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To add this search extension to Firefox:
about:config
.devtools.chrome.enabled
preference totrue
.Caution: that’s not the Developer Tools console. It’s something entirely different.