Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.1 KiB

  1. ---
  2. layout: post
  3. title: 如何不使用百度App打开搜索结果?
  4. tags: [百度, 不使用]
  5. ---
  6. 在中国,还是百度用的多啊~<!--more-->
  7. # 起因
  8. 不知何时起,百度的搜索结果几乎都要下载App才能查看,虽然不是很喜欢CSDN,但是百度全是CSDN的内容……百度用了很多年也实在是没心用其他的搜索引擎,但是百度App做的是公认的烂,实在不想用。
  9. 对于这个问题,我该怎么办呢?
  10. # 研究
  11. 我发现,在百度跳转页面的地址里,有一个参数叫做`web_url`,这记录了实际要跳转的页面,虽然用插件应该更好,但是我不会~,所以我想了想,打算用JS解决这个问题。
  12. # 代码
  13. [baidu.html](https://raw.githubusercontent.com/Mabbs/mabbs.github.io/master/baidu.html)
  14. # 用法
  15. 打开[Baidu移动页面转换器](https://mabbs.github.io/baidu.html),然后打开百度移动版搜索的结果,一般要求下载百度App的URL开头是`mbd.baidu.com`。复制这个URL,粘贴到转换器里,提交后就会自动跳转到真正的页面了。

Powered by TurnKey Linux.