Auto clicks Work.ink buttons with human-like mouse events, random delays
這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。
Change Log: Version 3.0Human-like clicks addedInstead 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 stepsEach step now uses wait(min,max) with random delays (default 1–3 seconds) to look less automated.Async/await step sequenceSteps 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 preservedwaitAndClickFinalButton is kept exactly as in your original script.Clicks only when the final button is enabled and visible.Logging addedConsole 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 addedAllows selecting buttons based on text content (like button:contains("Continue With Ads")).Uses a Proxy for document.querySelector to support this.Done banners removalMutationObserver automatically removes .done-banner-container elements to prevent UI obstruction.Click reliability improvementssimulateMouseClick scrolls elements into view and focuses them before clicking.Multiple event types dispatched to simulate real user behavi
📌 Changelog – v1.4Added Click DelaysAll 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 StabilityPrevents too-fast clicks that could cause failures in navigation.No changes to existing features (auto-removal of banners, :contains selector support, step sequence preserved).
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址