Xenforo invisitext

Make some invisible text a little more visible

  1. // ==UserScript==
  2. // @name Xenforo invisitext
  3. // @namespace http://davidlynch.org/
  4. // @version 0.1
  5. // @description Make some invisible text a little more visible
  6. // @author David Lynch
  7. // @match https://forums.sufficientvelocity.com/*
  8. // @match https://forums.spacebattles.com/*
  9. // @match https://forums.questionablequesting.com/*
  10. // @match https://xenforo.com/community/*
  11. // @grant GM_addStyle
  12. // ==/UserScript==
  13. /* jshint -W097 */
  14. 'use strict';
  15.  
  16. GM_addStyle('span[style*="Transparent"], span[style*="transparent"], span[style*="TRANSPARENT"] { text-decoration: underline dotted; text-decoration-color: inherit; background: #000000; }');
  17. GM_addStyle('span[style*="Transparent"]:hover, span[style*="transparent"]:hover, span[style*="TRANSPARENT"]:hover { color: #99CC00 !important; }');

QingJ © 2025

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