Greasy Fork is available in English.
打工没烦恼
当前为
// ==UserScript==
// @name TsdmWorker
// @namespace http://uvwvu.com/tsdmWorker/
// @version 0.4
// @description 打工没烦恼
// @author AurevoirXavier
// @match http://www.tsdm.me/plugin.php?id=np_cliworkdz:work
// @grant none
// ==/UserScript==
jQuery(function($) {
setTimeout(function(){$('#advids').children().children().click();}, 1000);
setTimeout(function(){$("#stopad").children().click();}, 6000);
});