Skip to content

Modify Bing search result redirect link to target link to realize direct access to the target page of Bing search result and speed up the access.将Bing搜索结果重定向链接修改为目标链接,实现直接访问 Bing 搜索结果的目标页面,加快访问速度。

License

Notifications You must be signed in to change notification settings

jiang-taibai/faster-bing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faster Bing

Build-passing Version-1.1.3 License-MIT CopyRight-Jiang_Liu

1. Introduction

When searching with Bing, Bing redirects the link to the search results to an intermediate page before jumping to the target page. This intermediate page will add one more request, resulting in slower access. This project modifies the redirect link to the target link to realize direct access to the target page of Bing search results and speed up the access.

Cover 1 Cover 2

This project is based on Tampermonkey development, can be used in Chrome and Firefox and other browsers that support Tampermonkey plugin.

1.1 Comparison

Bing Faster Bing Comparative Results
Link Intuitiveness Clutter At a Glance More Humane
Access Speed 🚲🚲🚲 🚀🚀🚀 1184ms faster

1.2 Before Installation

Before installation, the link to the Bing search results is shown below:

https://www.bing.com/ck/a?!&&p=c7f1ae74d4db2156JmltdHM9MTcxMTQ5NzYwMCZpZ3VpZD0zYTZkZDUxMi0zN2FhLTYxYjUtMzJhNC1jN2UxMzZjYzYwNzYmaW5zaWQ9NTIwNQ&ptn=3&ver=2&hsh=3&fclid=3a6dd512-37aa-61b5-32a4-c7e136cc6076&u=a1aHR0cHM6Ly93d3cudGFtcGVybW9ua2V5Lm5ldC8&ntb=1

Clicking on it will take you to an intermediate page and then to the target page:

1.3 After Installation

After installing the Faster Bing script, the link to the Bing search results is shown below:

https://www.tampermonkey.net/

Clicking on it will take you directly to the target page:

2. Usage

2.1 Installation of Tampermonkey

Check out the Tampermonkey Home Page for details on how to use it.

2.2 Installation of the Script

Visit the link: Greasy Fork - Faster Bing and click Install this script to install the script.

2.3 Usage of the Script

The Faster Bing script will take effect automatically without manual operation. When you use Bing search, click on the search result link, and you will be taken directly to the target page.

3. Principle

When using Bing search, the parameter u of the jump link of Bing search is the target link encoded by Base64. We only need to decode this parameter and then directly modify the href attribute of the link.

In the figure below, the red path is Raw Bing and the blue path is Faster Bing: you can see that Raw Bing needs to go through an intermediate page, while Faster Bing can directly jump to the target page.

4. Feedback

If you have any questions or suggestions, please feel free to raise them in GitHub Issues or Script Feedback Area.

5. Future Plan

  • Optimized link modification: For some special links, special handling may be required. (Thanks to @Dqgfh for optimizing the logic for handling links.)
  • Internationalization: Scripts support multiple languages (logs, hints, etc.).

6. Contributor ✨.

Dqgfh

7. Open Source License

This project follows the MIT open source protocol.

CopyRight © 2024~Present Jiang Liu

About

Modify Bing search result redirect link to target link to realize direct access to the target page of Bing search result and speed up the access.将Bing搜索结果重定向链接修改为目标链接,实现直接访问 Bing 搜索结果的目标页面,加快访问速度。

Resources

License

Stars

Watchers

Forks