您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Increases contrast of text.
/* ==UserStyle== @name TL.net High Contrast Text @description Increases contrast of text. @author Korakys @namespace tl.net @version 1.0.0 @license CC0 ==/UserStyle== */ @-moz-document domain("tl.net") { .titelbalk .tooltip span.tt-userinfo { vertical-align: middle; color: #3f5370; } .titelbalk .tt-userinfo { color: #3f5370; } .titelhigh .tt-userinfo { color: #c4daec; } .titelhigh .submessage,.titelhigh .fpost-username { color: #fff!important; } .submessage { color: #373837 !important; } .lev-none { color: #373837; } .userarrow { display: inline-block; margin-left: 4px; background: transparent url("http://www.teamliquid.net/staff/wo1fwood/TL/topbannersprite.png") no-repeat scroll -43px -50px; vertical-align: middle; height: 10px; width: 10px; } .forumPost { color: #000; } .forumsig { color: #555; } .quote { color: #555; } .quote:hover { color: #000; } .sidebar_block .block-news_left_mid a.comments { color: #555 !important; } #main-left-sidebar { color: #000 !important; } .forumPost a:link { color: #669acc; } .forumPost a:visited { color: #336799; } }