// ==UserScript== // @name TsdmWorker // @namespace http://uvwvu.com/tsdmWorker/ // @version 0.3 // @description 打工没烦恼 // @author AurevoirXavier // @match http://www.tsdm.me/plugin.php?id=np_cliworkdz:work // @grant none // @downloadURL none // ==/UserScript== jQuery(function($) { $('#advids').children().children().click(); setTimeout(function(){$("#stopad").children().click();}, 3000); });