斗鱼刷弹幕js代码

对于一个网络喷子(like me)来说,喷人必须高效。

var script=document.createElement("script"); 
script.type="text/javascript"; 
script.src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"; 
document.getElementsByTagName('head')[0].appendChild(script); 
function fun123(){
$('.ChatSend-txt').val("主播傻b");
$('.ChatSend-button ').click();
}
setInterval("fun123()","2000");
原文地址:https://www.cnblogs.com/godoforange/p/11102085.html