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
尺寸
2.6 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
];