Greasyfork – Auto-Translator (v16)

Translates non-Latin languages (Chinese, Japanese, Korean, etc) but SKIPS Spanish and other Latin languages

这些是此脚本变更过代码的版本。 显示所有版本。

  • v16 2025-11-09
  • v32 2025-11-09

    🌐 Greasyfork Auto-Translator v32

    Automatic translation for Greasy Fork scripts


    📋 What It Does

    Automatically translates all non-English script descriptions on Greasy Fork into English (or your chosen language). No more copy-pasting to Google Translate!

    Quick Benefits:

    • 🚀 Instant automatic translation
    • 🎨 Beautiful emoji formatting
    • 💜 Purple-bordered styled boxes
    • 📱 Works on mobile/tablet
    • 🌍 18 languages supported

    ✨ Key Features

    • 🌐 Auto-Translation - Translates on page load
    • 🎨 Emoji Bullets - Numbered lists become 1️⃣ 2️⃣ 3️⃣
    • 🎬 Smart Icons - Keywords get emojis (🎥 video, ⬇️ download, 🚀 enhanced)
    • 💜 Styled Boxes - Translated text in purple-bordered containers
    • 🎛️ Draggable Panel - Floating control panel you can move anywhere
    • 📊 Live Counter - Shows how many items translated

    🌍 Supported Languages

    Choose your target language from:

    🇬🇧 English • 🇪🇸 Spanish • 🇫🇷 French • 🇩🇪 German • 🇮🇹 Italian • 🇵🇹 Portuguese • 🇷🇺 Russian • 🇯🇵 Japanese • 🇰🇷 Korean • 🇨🇳 Chinese • 🇸🇦 Arabic • 🇮🇳 Hindi • 🇹🇭 Thai • 🇻🇳 Vietnamese • 🇳🇱 Dutch • 🇵🇱 Polish • 🇹🇷 Turkish

    Auto-detects and translates FROM any language


    🔧 Installation

    1. Install Tampermonkey (Chrome / Firefox / Edge)
    2. Install Greasyfork Auto-Translator from Greasy Fork
    3. Visit greasyfork.org - it works automatically!
    4. Look for purple boxes and floating control panel

    📝 How to Use

    Control Panel (Top-Right)

    Buttons:

    • 🌍 Language Dropdown - Choose target language (saves automatically)
    • 🌐 Translate - Manually trigger translation
    • 🔄 Restore - Reload page to see original text
    • Close - Hide the panel

    Counter Display:

    • Shows number of items translated (e.g., "✅ 15")

    Status Messages (Bottom-Right)

    • 🌐 "Translating..." - In progress
    • ✅ "Done! 15" - Completed
    • ⏳ - Loading

    🎨 Formatting Features

    What Gets Enhanced

    Numbered Lists:

    1. First feature
    2. Second feature
    

    Becomes: 1️⃣ First feature • 2️⃣ Second feature

    Keyword Emojis:

    • video → 🎥
    • download → ⬇️
    • search → 🔍
    • speed → ⚡
    • vip → 👑
    • enhanced → 🚀

    Bold Keywords: Text like "Feature: description" becomes Feature: description


    ⚙️ Customization

    Change Auto-Translate Setting

    Edit in script (line 10):

    autoTranslate: true,  // Set to false to disable auto-translate
    

    Enable Debug Mode

    Edit in script (line 11):

    debug: true  // Shows detailed console logs
    

    Panel Position

    • Drag panel anywhere on screen
    • Position saves automatically

    💡 Perfect For

    ✅ Browsing Chinese/Japanese/Korean scripts
    ✅ Quick script evaluation
    ✅ Comparing features across languages
    ✅ Mobile/tablet reading
    ✅ Finding scripts without language barriers


    🎯 How It Works

    1. Scans Page - Finds all text elements (titles, descriptions, etc.)
    2. Detects Language - Skips English, catches foreign languages
    3. Translates - Sends to Google Translate API
    4. Formats - Adds emojis, bullets, and styling
    5. Displays - Shows in purple-bordered boxes with translation badge

    Processing: ~5-10 seconds per page
    Coverage: 100% of text (including orphaned text nodes)


    📊 What Gets Translated

    ✅ Script titles
    ✅ Description text
    ✅ Feature lists
    ✅ Warnings and notices
    ✅ Installation instructions
    ✅ Usage guides
    ✅ Everything visible on the page!


    🔗 Resources

    Greasy Fork: https://greasyfork.org/scripts/[script-id]
    Compatible: Chrome 90+, Firefox 88+, Edge 90+, Safari 14+
    API: Google Translate (free, no key required)


    📞 Support

    Issues?

    • Check browser console (F12) for errors
    • Try manual "🌐 Translate" button
    • Reload page

    Feature Requests?

    • Leave feedback on Greasy Fork

    🎉 Thank You!

    Making Greasy Fork accessible to everyone, regardless of language.

    Happy script hunting! 🌐✨


    Version: 32 • Last Updated: November 2025

  • v16 2025-11-08