summary refs log tree commit diff
path: root/_posts/2019-05-12-baidu.md
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2019-05-12-baidu.md')
-rw-r--r--_posts/2019-05-12-baidu.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/_posts/2019-05-12-baidu.md b/_posts/2019-05-12-baidu.md
new file mode 100644
index 0000000..0c89172
--- /dev/null
+++ b/_posts/2019-05-12-baidu.md
@@ -0,0 +1,21 @@
+---
+layout: post
+title: 如何不使用百度App打开搜索结果?
+tags: [百度, 不使用]
+---
+
+  在中国,还是百度用的多啊~<!--more-->   
+  
+# 起因
+  不知何时起,百度的搜索结果几乎都要下载App才能查看,虽然不是很喜欢CSDN,但是百度全是CSDN的内容……百度用了很多年也实在是没心用其他的搜索引擎,但是百度App做的是公认的烂,实在不想用。   
+  对于这个问题,我该怎么办呢?
+  
+# 研究
+我发现,在百度跳转页面的地址里,有一个参数叫做`web_url`,这记录了实际要跳转的页面,虽然用插件应该更好,但是我不会~,所以我想了想,打算用JS解决这个问题。
+  
+# 代码
+  [baidu.html](https://raw.githubusercontent.com/Mabbs/mabbs.github.io/master/baidu.html)
+  
+# 用法
+  打开[Baidu移动页面转换器](https://mabbs.github.io/baidu.html),然后打开百度移动版搜索的结果,一般要求下载百度App的URL开头是`mbd.baidu.com`。复制这个URL,粘贴到转换器里,提交后就会自动跳转到真正的页面了。
+