Veyra - Enhanced Reaction Farm

Enhanced auto farm reactions with comprehensive HUD and session management

当前为 2025-09-25 提交的版本,查看 最新版本

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

  • v2.0.1 2025-09-25

    Changelog

    Version 2.0.1

    • Improved page targeting — HUD now only loads on chapter pages, preventing unnecessary display on login or index pages.
    • Minor optimization — Reduced script overhead on non-chapter pages.
  • v2.0 2025-09-25
  • v2.0 2025-09-25

    Changelog

    Version 2.0

    • Complete HUD overhaul
    • Two farming modes added:
      • Farm X Stamina: Farms until you've gained a specific amount of stamina in the current session
      • Farm Until X Stamina: Farms until your current stamina reaches a target value
    • Advanced session management — Start/Stop/Pause controls with persistent state across page loads.
    • Session progress tracking — Real-time display of stamina farmed in the current session with local storage persistence.
    • User-controlled initialization — Script only loads the HUD on startup, waits for user input to begin farming.
    • Enhanced local storage — Remembers farming mode, target values, and session progress between browser sessions.
    • Improved auto-login — Better handling of logout scenarios with seamless session restoration.
    • Visual status indicators — Color-coded HUD states and detailed status messages for better user feedback.
    • Code restructure — Cleaner, more maintainable code with better error handling and modular functions.
  • v1.9 2025-09-24

    Changelog - Version 1.9

    • ✅ Added auto-login: the script now detects if the user is logged out, signs in using the provided credentials, and resumes farming from the last chapter.
    • ✅ Stored the last visited chapter in local storage so farming can continue seamlessly after login.
    • ✅ Maintained HUD and navigation from previous versions.
    • ✅ Improved script startup speed by waiting only for HUD elements instead of full page load.
  • v1.8 2025-09-18

    Changelog

    Version 1.8

    • ⏱️ Reduced startup delay — script now begins within a few seconds instead of ~30 seconds.
    • 🧹 Removed leftover console debug logs from testing.
  • v1.7 2025-09-18

    Changelog

    • Version 1.7 – Fixed a parsing issue where stamina values containing commas (e.g. 1,000) were misread as 1. The script now strips commas before parsing, ensuring correct stamina detection across all devices and browsers.
  • v1.6 2025-09-18

    Changelog

    • v1.6 – Added detailed console.log statements at the start and end of all main functions to help with debugging and tracking script execution. Now you can see when the script checks limits, clicks reactions, navigates chapters, or pauses/stops, along with relevant status and URLs.
  • v1.5 2025-09-18

    Changelog

    • v1.5 – Fixed an issue where Chrome (PC) users could not use the script properly because Chrome handled the next page selector differently. The script now uses a more reliable querySelector to detect the Next Chapter button.
  • v1.4 2025-09-18
  • v1.3 2025-09-18