Work.ink Auto Clicker Human-Like

Auto clicks Work.ink buttons with human-like mouse events, random delays

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v1.6 2025-09-19

    Change Log: Version 3.0

    Human-like clicks added

    Instead of simple element.click(), version 3.0 simulates pointer events (pointerover, pointerenter, mousedown, mouseup, click) with small jitter to mimic real mouse movement.

    Random delays between steps

    Each step now uses wait(min,max) with random delays (default 1–3 seconds) to look less automated.

    Async/await step sequence

    Steps 1–4 are executed sequentially using async/await for more reliable timing.

    Prevents race conditions where buttons might not be ready yet.

    Your original final button logic preserved

    waitAndClickFinalButton is kept exactly as in your original script.

    Clicks only when the final button is enabled and visible.

    Logging added

    Console messages added for each step:

    "Step 1: Go To Destination"

    "Step 2: Continue With Ads"

    "Step 3: Go To Destination Again"

    "Step 4: Proceed to Safe Destination"

    "Waiting for final access button..."

    :contains() pseudo-selector added

    Allows selecting buttons based on text content (like button:contains("Continue With Ads")).

    Uses a Proxy for document.querySelector to support this.

    Done banners removal

    MutationObserver automatically removes .done-banner-container elements to prevent UI obstruction.

    Click reliability improvements

    simulateMouseClick scrolls elements into view and focuses them before clicking.

    Multiple event types dispatched to simulate real user behavi

  • v1.5 2025-09-18
  • v1.4 2025-09-18

    📌 Changelog – v1.4

    Added Click Delays

    All intermediate button clicks now wait 500 ms before executing (for smoother interaction and reduced misclicks).

    The final button (#access-offers) now waits 1.5 seconds before clicking, ensuring the page loads fully.

    Improved Stability

    Prevents too-fast clicks that could cause failures in navigation.

    No changes to existing features (auto-removal of banners, :contains selector support, step sequence preserved).

  • v1.3 2025-09-17
  • v1.2 2025-09-17

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址