Wikipedia: tame the red links
Turns the bright red links to missing articles into a calm grey so they no longer distract.
Code to copy
/* Calm the bright red "missing article" links */
.mw-parser-output a.new,
.mw-parser-output a[href*="redlink=1"] {
color: #888 !important;
text-decoration: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.