您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Make some invisible text a little more visible
- // ==UserScript==
- // @name Xenforo invisitext
- // @namespace http://davidlynch.org/
- // @version 0.1
- // @description Make some invisible text a little more visible
- // @author David Lynch
- // @match https://forums.sufficientvelocity.com/*
- // @match https://forums.spacebattles.com/*
- // @match https://forums.questionablequesting.com/*
- // @match https://xenforo.com/community/*
- // @grant GM_addStyle
- // ==/UserScript==
- /* jshint -W097 */
- 'use strict';
- GM_addStyle('span[style*="Transparent"], span[style*="transparent"], span[style*="TRANSPARENT"] { text-decoration: underline dotted; text-decoration-color: inherit; background: #000000; }');
- GM_addStyle('span[style*="Transparent"]:hover, span[style*="transparent"]:hover, span[style*="TRANSPARENT"]:hover { color: #99CC00 !important; }');
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址