Greasy Fork is available in English.
Adds search engines to Google's results page
当前为
Adds search engines to Google's results page

To Add/Remove/Modify
const engines = [
['Yandex', 'yandex.com', `https://yandex.com/search/?text=${query}`],
['Bing', 'bing.com', `https://www.bing.com/search?q=${query}`],
// add your engine
];
Create an issue on GitHub if you have any problems or suggestions: https://github.com/yookibooki/userscripts/issues