
Originally Posted by
markg85
Fourth there is the phoronix deep deep deep linking. Sometimes there is an article that talks for example about kernel mode setting with a link to the "source"... but that link is again a link to another phoronix article.. this sometimes goos back to 10 articles till i got the real source link.. Yet another annoying behavior of phoronix.
If you're using firefox/seamonkey, you can use the userContent.css to solve this dilemma:
Code:
@-moz-document url-prefix(http://www.phoronix.com/scan.php) {
div[class="KonaBody"] a[href^="http://www.phoronix.com/scan.php"],
div[class="KonaBody"] a[href^="http://www.phoronix-test-suite.com/"],
div[class="KonaBody"] a[href^="http://www.phoronix-media.com/"]
{
text-decoration: none !important;
}
}
you get the idea. Removes the underline from self-links in articles, making the news much easier to parse and the important external links easier to find.
There's also the NoScript extension which will kill all the annoying moving ads and flash ads, but keep simple text-links (unless JS generated). That one actually should be mandatory when flash is installed, because flash is riddled with security holes and cannot even accelerate video output like phoronix reported