Canderis Posted January 3, 2010 Share Posted January 3, 2010 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? Link to comment Share on other sites More sharing options...
Q Posted January 3, 2010 Share Posted January 3, 2010 Why don't you just use this site to properly calibrate your monitor instead? Link to comment Share on other sites More sharing options...
Canderis Posted January 3, 2010 Author Share Posted January 3, 2010 Why must you do that? EDIT: ..... Link to comment Share on other sites More sharing options...
Q Posted January 3, 2010 Share Posted January 3, 2010 Do what? Try to help you? Link to comment Share on other sites More sharing options...
Taak Farst Posted January 6, 2010 Share Posted January 6, 2010 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 Link to comment Share on other sites More sharing options...
DarthCarnivorouS Posted December 15, 2010 Share Posted December 15, 2010 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: // @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="Red"]color = '#bb0000'[/color]; } } })(); 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.