您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
nothing
当前为
// ==UserScript== // @name 99shou // @namespace undefined // @version 0.1 // @description nothing // @author phoetry // @include http://99shou.cn/charge/phone/table?type=doing // @include http://99shou.cn/charge/phone/table/tjzq // @run-at document-end // @grant none // ==/UserScript== (function(){ var x=$(".layui-btn.layui-btn-danger.layui-btn-sm"); if(x.length>0) x.after('<button id="newx" class="layui-btn layui-btn-sm" style="margin-left:4px;background-color:#f0033a" onclick="fastReceive();setInterval(function(){fastReceive();},3333);">我要开挂</button>'); })();