99shou

nothing

当前为 2019-03-30 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name 99shou
  3. // @namespace undefined
  4. // @version 0.1
  5. // @description nothing
  6. // @author phoetry
  7. // @include http://99shou.cn/charge/phone/table?type=doing
  8. // @include http://99shou.cn/charge/phone/table/tjzq
  9. // @run-at document-end
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. (function(){
  14. var x=$(".layui-btn.layui-btn-danger.layui-btn-sm");
  15. if(x.length>0)
  16. 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>');
  17. })();