Side Bar Color Fixer

From James Dooley's Wiki
Revision as of 15:34, 10 May 2011 by 69.167.138.208 (talk) (Created page with "==Overview== Changes the link colors to something more readable and removes link underlines. ==Script== <code>[javascript,n] // ==UserScript== // @name HD Link Color ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

Changes the link colors to something more readable and removes link underlines.

Script

[javascript,n] // ==UserScript== // @name HD Link Color // @namespace http://jamesdooley.us // @description Change HD Status Links to more visible colors // @include https://hd.int.liquidweb.com/stats/acd/support/vertsearch.mhtml // ==/UserScript==

GM_addStyle("A { color: #FFF; text-decoration: none}");

What to change

To change the link color

color: <hex>


To enable link underlines remove

text-decoration: none