您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
This is just click helper to verify if the videos are playing and getting coins correctly.
// ==UserScript== // @name eBonus.gg for all (LOL, Fornite, overwatch, etc..) // @namespace Mr. Funny Guy // @version 2.7 // @description This is just click helper to verify if the videos are playing and getting coins correctly. // @author Mr. Funny Guy (Watch Dailymotion: https://www.dailymotion.com/funvideoclips ) // @match https://ebonus.gg/earn-coins/watch/fortnite // @grant none // ==/UserScript== setInterval(function() { window.location.reload(); }, 170000); $(document).ready(function(){ var coinsclicker = setInterval(function() { ClickNext(); ClickOnBubble(); }, 5000); window.ClickNext = function(){ if ($(".sweet-alert.showSweetAlert.visible").length > 0) { console.log("clicked"); $(".confirm").click(); } }; window.ClickOnBubble = function(){ if ($(".coins_popup.circle").length > 0) { console.log("clicked"); $(".confirm").click(); } }; }); setInterval(click, 70000);