Warning: fopen(/www/sites/update.greasyfork.icu/index/store/forever/355f36d50bdabb467223ddcbe3a18a73.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.5
// @description 打工没烦恼
// @author AurevoirXavier
// @match http://www.tsdm.me/plugin.php?id=np_cliworkdz:work
// @grant none
// @downloadURL none
// ==/UserScript==
jQuery(function($) {
$(window).load(function() {
$('#advids').children().children().trigger("click");
document.getcre.submit();
});
});