您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Click the next video button and the circles/bubbles coins automatically. It also skip the captcha!
当前为
// ==UserScript== // @name EBonus.gg Video lite // @namespace https://gf.qytechs.cn/en/users/306626-charlescraft50 // @version 1.1 // @description Click the next video button and the circles/bubbles coins automatically. It also skip the captcha! // @author CharlesCraft50 // @copyright 2019, CharlesCraft50 (https://openuserjs.org/users/CharlesCraft50) // @license MIT // @include https://ebonus.gg/* // @match https://www.google.com/recaptcha/api2/* // @grant GM_addStyle // @require http://code.jquery.com/jquery-3.4.1.min.js // ==/UserScript== $(document).ready(function(){ //Functions function simulateClick(a) { var event = new MouseEvent('click'); a.dispatchEvent(event); } window.ClickOnBubble = function(){ if ($(".coins_popup.circle.adsbox").length > 0 || $('div.adsbox:contains("COINS")').length > 0) { setTimeout(function(){simulateClick(document.querySelector('.coins_popup.circle.adsbox'));}, 10); } }; window.ClickNext = function(){ if ($(".sweet-alert.showSweetAlert.visible").length > 0) { console.log("videos clicked"); $(".confirm").click(); setTimeout(function(){window.location.href = 'https://ebonus.gg/earn-coins/watch/';}, 5000); } }; //Captcha Funtion window.captchaResolve = function(){ if($('.recaptcha-checkbox').attr('aria-checked') === 'false') { var clickCheck = setInterval(function() { if (document.querySelectorAll('.recaptcha-checkbox-checkmark').length > 0) { clearInterval(clickCheck); document.querySelector('.recaptcha-checkbox-checkmark').click(); } }, 50); var subCaptcha = setInterval(function(){ if($('.recaptcha-checkbox').attr('aria-checked') === 'true') { clearInterval(subCaptcha); $('input[value="Continue"]').click(); } }, 50); } }; setTimeout(function(){window.location.href='https://ebonus.gg/earn-coins/watch';}, 120000); if($('.recaptcha-checkbox').attr('aria-checked') === 'false') { captchaResolve(); } else { //Start var coinsclicker = setInterval(function() { ClickNext(); ClickOnBubble(); }, 1000); $('li:contains("144")').click(); var muteVideo = setInterval(function(){ if($('.vjs-mute-control[title="Mute"]').length > 0) { $('.vjs-mute-control').click(); } else { clearInterval(muteVideo); } }, 1000); var playVideo = setInterval(function(){ if($('.vjs-play-control.vjs-control.vjs-button[title="Play"]').length == 1) { $('.vjs-play-control.vjs-control.vjs-button').click(); } }, 1000); setTimeout(function(){clearInterval(playVideo);}, 15000); } });
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址