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.67 KB
License
नाही
यांवर लागू होते:

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