// ==UserScript== // @name TSDM打工 // @namespace https://greasyfork.org/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 // @downloadURL none // ==/UserScript== $('div[id*="np_advid"]>a').each(function(index, element) { hrefValue = $(this).attr("href","javascript:void(0);") ; targetValue = $(this).attr("target","_self") ; });