TSDM打工

天使动漫手动打工辅助

目前为 2016-06-17 提交的版本。查看 最新版本

// ==UserScript==
// @name        TSDM打工
// @namespace   https://gf.qytechs.cn/zh-CN/users/821
// @author      gfork
// @description 天使动漫手动打工辅助
// @include     http://www.tsdm.net/plugin.php?id=np_cliworkdz:work
// @version     2
// @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:;") ; 
        targetValue = $(this).attr("target","_self") ;
          
     });

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址