Greasy Fork

Greasy Fork is available in English.

Google Search Site Switch

Adds search engines to Google's results page

目前为 2025-04-17 提交的版本。查看 最新版本

作者
John Gray
评分
0 0 0
版本
1.0
创建于
2025-04-13
更新于
2025-04-17
大小
3.2 KB
许可证
MIT
适用于

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