Warning: fopen(/www/sites/update.greasyfork.icu/index/store/forever/fbe88cd2e4ebda35ad8d31db270bf973.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript==
// @name TsdmWorker
// @namespace http://uvwvu.com
// @version 0.2
// @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);
});