Greasy Fork is available in English.
打工没烦恼
当前为
// ==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
// ==/UserScript==
jQuery(function($) {
$('#advids').children().children().click();
setTimeout(function(){$("#stopad").children().click();}, 3000);
});