mirror of https://github.com/Mabbs/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.
		
		
		
		
			
				
					22 lines
				
				1.1 KiB
			
		
		
			
		
	
	
					22 lines
				
				1.1 KiB
			| 
								 
											4 years ago
										 
									 | 
							
								---
							 | 
						||
| 
								 | 
							
								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,粘贴到转换器里,提交后就会自动跳转到真正的页面了。
							 | 
						||
| 
								 | 
							
								  
							 |