Warning: fopen(/www/sites/update.greasyfork.icu/index/store/forever/d167292684bae2ccf89bfbab26590682.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript== // @name 天使动漫打工 // @namespace http://uvwvu.com // @version 1.1 // @description 自动打工,可以配合<天使动漫打工签到集合版>共同使用。 // @author AurevoirXavier // @match http://www.tsdm.me/plugin.php?id=np_cliworkdz:work // @grant none // @run-at document-end // @downloadURL none // ==/UserScript== jQuery(document).ready(function($){ setTimeout(function(){$('#advids div:eq(0) a').click();}, 300); setTimeout(function(){$('#advids div:eq(1) a').click();}, 600); setTimeout(function(){$('#advids div:eq(2) a').click();}, 900); setTimeout(function(){$('#advids div:eq(3) a').click();}, 1200); setTimeout(function(){$('#advids div:eq(4) a').click();}, 1500); setTimeout(function(){$('#advids div:eq(5) a').click();}, 1800); setTimeout(function(){$('#stopad a').click();}, 2000); });