我在浏览器 lynx 中打开这个链接:github.com
- 首先我必须点击“确定”到cookies
- 然后加载网站
- 在那里,我点击“Enter”,点击第一个链接(#GitHub)。
-> 然后我的 Firefox 以私有模式打开并下载一个名为 L140998-4260TMP.txt.gz 的文件
- 当我尝试使用 vim 打开它时,我收到一条错误消息,但会显示文件的第一部分。它开始于
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>GitHub</ShortName>
<Description>Search GitHub</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">https://github.com/favicon.ico</Image>
<Url type="text/html" method="get" template="https://github.com/search?q={searchTerms}&ref=opensearch"/>
<moz:SearchForm>https://github.com/search</moz:SearchForm>
</OpenSearchDescription>
这是opensearch的正常行为吗?或者我在这里看到了什么奇怪的东西?