Adds search engines to Google's results page
Adds search engines to Google's results page

Customize which search engines appears by:
const engines = [
['Yandex', 'yandex.com', `https://yandex.com/search/?text=${query}`],
['Bing', 'bing.com', `https://www.bing.com/search?q=${query}`],
// Add more engines here
];
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址