Greasy Fork is available in English.
天使动漫手动打工辅助
当前为
// ==UserScript==
// @name TSDM打工
// @namespace http://greasyfork.icu/zh-CN/users/821
// @author gfork
// @description 天使动漫手动打工辅助
// @include http://www.tsdm.net/plugin.php?id=np_cliworkdz:work
// @version 1
// @grant none
// @run-at document-end
// @require http://code.jquery.com/jquery-1.6.1.min.js
// ==/UserScript==
$('div[id*="np_advid"]>a').each(function(index, element) {
hrefValue = $(this).attr("href","javascript:void(0);") ;
targetValue = $(this).attr("target","_self") ;
});