soooo.... can the formatting of hyperlinks not be updated and are we stuck with censored words? yall can't make those tow fixes?
I haven't tried this but this might help.
Force Underline
Overview
Underlines all links on a page
No more hidden links on Wikipedia and other site, who decided that underlining links is useless. This extension for those who likes old-school underlined links
EDIT:
i found a bookmarklet code to make a hyperlinks blue. just drag&drop to your bookmark toolbar.
javascript:(function()%7BcolorLinks(%22blue%22)%3B%0A%20%20%20%20%0A%20%20%20%20function%20colorLinks(hex)%0A%20%20%20%20%20%7B%0A%20%20%20%20%20%20var%20links%20%3D%20document.getElementsByTagName(%22a%22)%3B%0A%20%20%20%20%20%20for(var%20i%3D0%3Bi%3Clinks.length%3Bi%2B%2B)%0A%20%20%20%20%20%20%7B%0A%20%20%20%20%20%20%20if(links%5Bi%5D.href)%0A%20%20%20%20%20%20%20%7B%0A%20%20%20%20%20%20%20%20links%5Bi%5D.style.color%20%3D%20hex%3B%0A%20%20%20%20%20%20%20%20links%5Bi%5D.style.textDecoration%20%20%3D%20%22underline%22%3B%20%20%0A%20%20%20%20%20%20%20%20links%5Bi%5D.style.textDecorationStyle%20%20%3D%20%22solid%22%3B%20%20%0A%20%20%20%20%20%20%20%20links%5Bi%5D.style.textDecorationColor%20%20%3D%20hex%3B%20%20%0A%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%20%20%0A%20%20%20%20%20%7D%7D)()%3B
source: I wrote a quick userscript for you: colorLinks("blue"); function colorLinks(hex)... | Hacker News
Last edited: