Toribash
Original Post
How to avoid on.toribash tricks
Personally I think they're kind of entertaining, but they also can get a little old. Obviously the simplest thing to do is to check the status bar at the bottom which will display the genuine link address (on these fora anyway), but it's easy to forget and its a pain to have to double check every link everybody posts.

If you want to avoid on.toribash referral links here is one quick way to help. You need Firefox or any browser that uses some kind of user CSS file to display pages. This tutorial will focus on firefox.

First you need to go to your Chrome directory, which (in XP)is usually located somewhere like

C:\Documents and Settings\YourUserName\Application Data\Mozilla\Firefox\Profiles\RandomLettersAndNumb ers.default\chrome

in Vista you should try looking here (thanks Blam):

C:\Users\UserName\AppData\Roaming\Mozilla\Firefox\ Profiles\NumbersAndLettersOfRandom.default\chrome



You should see a file called userContent-example.css and/or userContent.css open userContent.css if you have it or open the example.css if not and add the following to the bottom of it:

a[href*="on.toribash"]
{
background-color: red !important;
color: white !important;
font-weight: bold !important;
text-decoration: none !important;
}



Save it as userContent.css and restart Firefox. Voilą all those tricksy on.toribash links should have a red background and a white text. If you know CSS you can customize that as you like, if you don't you can either leave it or learn a bit of CSS from the interweb and take it from there.



(apologies, MaddMaxx10)

If you have an interesting bit of CSS to add to this, please post so that CSS-virgins can try it.
Last edited by Modulous; Jul 28, 2008 at 08:13 PM.