// ==UserScript== // @name TsdmWorker // @namespace http://uvwvu.com // @version 0.6 // @description 天使动漫一键打工 全自动脚本 // @author AurevoirXavier // @match http://www.tsdm.me/plugin.php?id=np_cliworkdz:work // @grant // @downloadURL none // ==/UserScript== jQuery(document).ready(function($){ setTimeout(function(){$('#advids').children().children().trigger("click");}, 1000); setTimeout(function(){$('#stopad').children().trigger("click");}, 3000); });