Greasy Fork is available in English.

Google Search Site Switch

Adds search engines to Google's results page

Autor
John Gray
Denne inštalácií
0
Celkový počet inštalácií
6
Hodnotenie
0 0 0
Verzia
1.0
Vytvorené
13.04.2025
Aktualizované
17.04.2025
Veľkosť
2,7 KB
Licencia
neuvedené
Spustiť na

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