// ==UserScript== // @name Acfun直播挂机 // @namespace http://tampermonkey.net/ // @version 2.0 // @description try to take over the world! // @author 费德勒的名单 // @match https://live.acfun.cn/live/* // @grant none // @require https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js // @downloadURL none // ==/UserScript== var status=document.getElementsByClassName("tip"); var timer=setInterval(function(){ if(status[0].innerText=="当前没有直播"){ window.location.reload(); }else{ clearInterval(timer); } },600000); pause(); var listener=setInterval(function(){ var users=document.getElementsByClassName("nickname"); $("div.gift div span:last").each(function(){ $(this).css("background","yellow"); var mess=$(this).text(); if(mess.indexOf("猴岛")>=0||mess.indexOf("机娘")>=0){ warnning(); } }); for(var i=0;i