Google Search Site Switch

Adds search engines to Google's results page

Autor
John Gray
Instalaciones diarias
0
Instalaciones totales
6
Calificaciones
0 0 0
Versión
1.0
Creado
13/04/2025
Actualizado
17/04/2025
Tamaño
2.67 KB
Licencia
Desconocida
Funciona en

🔄 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
];
长期地址
遇到问题?请前往 GitHub 提 Issues。