NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name 寻找蔡依林外挂 // @namespace game // @description 寻找蔡依林的外挂 // @include http://wap.baidu56.cn/youxi/games/jolin/* // @version 2 // @grant none // ==/UserScript== $("header").append('<div style="display:hide;" class=""> </div>'); $("header").append('<div style="display:hide;" class=""> </div>'); $("header").append('<button id="autoFind" style="color:green" class="btn">自动寻找蔡依林</button>'); $("#autoFind").click(function(){ for(var i=0;i<5;i++){ $("#box span").click() } });