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.
This project is based on Tampermonkey development, can be used in Chrome and Firefox and other browsers that support Tampermonkey plugin.
Bing | Faster Bing | Comparative Results | |
---|---|---|---|
Link Intuitiveness | Clutter | At a Glance | More Humane |
Access Speed | 🚲🚲🚲 | 🚀🚀🚀 | 1184ms faster |
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:
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:
Check out the Tampermonkey Home Page for details on how to use it.
Visit the link: Greasy Fork - Faster Bing and
click Install this script
to install 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.
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.
If you have any questions or suggestions, please feel free to raise them in GitHub Issues or Script Feedback Area.
- 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.).
This project follows the MIT open source protocol.
CopyRight © 2024~Present Jiang Liu