您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Dmhy.org-动漫花园-新番资源索引-全部显示
当前为
// ==UserScript== // @name Dmhy.org(动漫花园) New-Animation-Index All Shower // @description Dmhy.org-动漫花园-新番资源索引-全部显示 // @version 1.0.17012101 // @author DanoR // @namespace http://weibo.com/zheung // @grant none // @include *://share.dmhy.org/* // ==/UserScript== (function() { document.querySelector('.jmd').style.display = 'none'; const jmd_base = document.querySelector('.jmd_base'); jmd_base.removeAttribute('style'); jmd_base.className += ' jmd'; const tr = jmd_base.querySelectorAll('tbody>tr'); tr[new Date().getDay()].className += 'today '; for(let i = 0; i < tr.length; i++) tr[i].className += (i % 2 == 1 ? 'even' : 'odd'); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址