Xenforo Invisitext69

Make invisible text more visible.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         Xenforo Invisitext69
// @version      2025-11-02
// @description  Make invisible text more visible.
// @namespace    https://greasyfork.org/users/1267336
// @author       ProtagNeptune
// @match        https://althistory.com/*
// @match        https://spacebattles.com/*
// @match        https://*.spacebattles.com/*
// @match        https://alternatehistory.com/*
// @match        https://*.alternatehistory.com/*
// @match        https://sufficientvelocity.com/*
// @match        https://*.sufficientvelocity.com/*
// @match        https://questionablequesting.com/*
// @match        https://*.questionablequesting.com/*
// @match        https://the-sietch.com/*
// @match        https://*.the-sietch.com/*
// @match        https://xenforo.com/community/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=xenforo.com
// @license      MIT
// @grant        GM_addStyle
// ==/UserScript==

// Apply styles to make invisible text more visible
GM_addStyle('span[style*="Transparent"], span[style*="transparent"], span[style*="TRANSPARENT"] { border: 1px dotted #99CC00; background: #000000; }');
GM_addStyle('span[style*="Transparent"]:hover, span[style*="transparent"]:hover, span[style*="TRANSPARENT"]:hover { color: #99CC00 !important; }');