Xenforo Invisitext69

Make invisible text more visible.

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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

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

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

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

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==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; }');