您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Add language filter buttons to Google search for quick language switching
Add language filter buttons to Google search for quick language switching - because searching in the right lingo shouldn't be complicated!
langList
arrayLinGoogle comes pre-configured with these languages:
ca
- Catalanes
- Spanishen
- Englishsv
- SwedishTo change the languages, edit the langList
array in the script:
const langList = ['ca', 'es', 'en', 'sv'] // Add your preferred language codes
Use ISO 639-1 language codes (e.g., 'fr' for French, 'de' for German, 'it' for Italian).
LinGoogle:
lr=lang_XX
parameter to filter results to that languageBecause "lingo" + "Google" = LinGoogle! 🎯
Perfect for multilingual users who need to quickly switch between languages when searching.
MIT License