Google Search Site Switch

Adds search engines to Google's results page

作者
John Gray
日安装量
0
总安装量
5
评分
0 0 0
版本
1.0
创建于
2025-04-13
更新于
2025-04-17
大小
2.7 KB
许可证
暂无
适用于

🔄 Google Search Site Switch

Install License

📝 Description

Adds search engines to Google's results page

Demo

🔧 Installation

  1. Install a userscript manager (e.g. Violentmonkey)
  2. Click the "Install from Greasy Fork" button above

⚙️ Customization

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
];