Google Search Site Switch

Adds search engines to Google's results page

ผู้เขียน
John Gray
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
5
คะแนน
0 0 0
เวอร์ชัน
1.0
สร้างเมื่อ
13-04-2025
อัปเดตเมื่อ
17-04-2025
Size
2.67 กิโลไบต์
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ

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