lfnetwork.com mark read register faq members calendar

Thread: Darkening links in posts?
Thread Tools Display Modes
Post a new thread. Add a reply to this thread. Indicate all threads in this forum as read. Subscribe to this forum. RSS feed: this forum RSS feed: all forums
Old 01-03-2010, 06:46 PM   #1
Canderis
Mercenary
 
Canderis's Avatar
 
Join Date: Jun 2008
Location: Unknown
Posts: 2,408
Veteran Modder Helpful! 
Darkening links in posts?

I have a very bright screen and i have been finding it hard to distinguish between links and normal text inside of posts. Would it be too much to ask if an option could be added to change the color of links?




Canderis is offline   you may: quote & reply,
Old 01-03-2010, 06:53 PM   #2
Q
Obusha
 
Q's Avatar
 
Join Date: May 2006
Location: My own personal Hell
Posts: 6,570
Current Game: Batman: Arkham City
LF Jester Forum Veteran Helpful! 
Why don't you just use this site to properly calibrate your monitor instead?


"Mind your wants, 'cause someone wants your mind."
-George Clinton
Q is offline   you may: quote & reply,
Old 01-03-2010, 06:54 PM   #3
Canderis
Mercenary
 
Canderis's Avatar
 
Join Date: Jun 2008
Location: Unknown
Posts: 2,408
Veteran Modder Helpful! 
Why must you do that?


EDIT:
.....





Last edited by Canderis; 01-03-2010 at 07:01 PM.
Canderis is offline   you may: quote & reply,
Old 01-03-2010, 06:56 PM   #4
Q
Obusha
 
Q's Avatar
 
Join Date: May 2006
Location: My own personal Hell
Posts: 6,570
Current Game: Batman: Arkham City
LF Jester Forum Veteran Helpful! 
Do what? Try to help you?


"Mind your wants, 'cause someone wants your mind."
-George Clinton
Q is offline   you may: quote & reply,
Old 01-06-2010, 12:32 PM   #5
Taak Farst
20% Percent Cooler
 
Taak Farst's Avatar
 
Join Date: Oct 2007
Location: England
Posts: 1,482
Current Game: Too many!
Alderaan News Holopics contributor Forum Veteran 
Quote:
Originally Posted by Canderis View Post
Why must you do that?


EDIT:
.....
That was rather rude, don't you think? He offered you help, I suggest you take it with open arms, because noone else has replied to this thread. As for the link, at least check it out, because i looked at it and I actually managed to calibrate mine to a good standard

Taak Farst is offline   you may: quote & reply,
Old 12-14-2010, 10:14 PM   #6
DarthCarnivorouS
Lurker
 
DarthCarnivorouS's Avatar
 
Join Date: Dec 2010
Posts: 5
Current Game: KotOR I
if you do not like calibrating monitors, there is an option to write a very easy javascript, that will change the links' colours for this particular website (unless you're using Opera, where such a script would change colours for links on all websites, I think).

just save this text here:

Code:
// @name             Highlight Links
// @description      Highlights links

(function() {
var root = typeof unsafeWindow != 'undefined' ? unsafeWindow : window;
if (root.location.href.indexOf('lucasforums.com') == -1) { return false; }
var links = document.getElementsByTagName('a');
for (var i = 0; i < links.length; i++) {
if (links[i].href != '') { links[i].style.color = '#bb0000'; }
}
})();
as highlightLinks.user.js

then search google for how to install scripts on your browser. it should work.
if not, simply post what's wrong in this thread.

Last edited by DarthCarnivorouS; 12-14-2010 at 11:41 PM.
DarthCarnivorouS is offline   you may: quote & reply,
Post a new thread. Add a reply to this thread. Indicate all threads in this forum as read. Subscribe to this forum. RSS feed: this forum RSS feed: all forums
Go Back   LucasForums > Network > Forum Help & Feedback Center > Darkening links in posts?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:11 PM.

LFNetwork, LLC ©2002-2011 - All rights reserved.
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.