Could you post the css stylesheet?
Here you are:
PHP:
a:visited{
background: none !important;
background-image: none !important;
list-style-image: none !important;
}
Could you post the css stylesheet?
a:visited{
background: none !important;
background-image: none !important;
list-style-image: none !important;
}
%appdata%\Mozilla\Firefox\Profiles\xxxxxxxx.default\chrome
Save it [the stylesheet] somewhere (can be any folder; I chose %programfiles%\Opera\styles) as user.css. You must enclose the filename between quotes in Notepad, or else it'll save it as a TXT file.
Open Opera, and go to View -> Style -> Manage Modes.
Click on the Display tab, then "Choose..." your stylesheet. Go to the directory where you located user.css and select it. Now go to the Presentation Modes tab and make sure the "My style sheet" checkbox is ticked for both modes.
Note: if you have set custom preferences for sites in the past, this tweak may not apply for those. You should go to Tools -> Preferences -> Advanced -> Content -> Manage Site Preferences, highlight a site, click on Edit, then go to the Display tab and make sure your stylesheet is being used at the bottom. Repeat this for every site you've set custom preferences for.
The theory behind this is one the the smartest, yet simplest hacks that I've ever seen.Here you are:
PHP:a:visited{ background: none !important; background-image: none !important; list-style-image: none !important; }
Right, I thought you were talking about reading the referrer header.Some sites want to know if the users visited certain links, and FST is at some of those. It can be used to trace recent trades or even public giveaways. I've discussed this at TC, if you remember.
The theory behind this is one the the smartest, yet simplest hacks that I've ever seen.![]()
Idol beat me to itBan the prick now Cabalo, do something useful RAB.
Here you are:
PHP:a:visited{ background: none !important; background-image: none !important; list-style-image: none !important; }
To avoid this, use noscript to avoid the java attempt, and also change a firefox setting, as described here.
i learned about this exploit through http://didyouwatchporn.com/
does the css solution still work? cause i created the usercontent.css and pasted the above code and it still says i visited youporn (i deleted it from history first and then revisited it after creating the .css)
Why are torrent sites using this?Idol beat me to it
As a bonus, this indeed works and some torrent sites use it in their code, especially the gazelle ones, where it comes installed by default, you just have to add sites to the list.
To avoid this, use noscript to avoid the java attempt, and also change a firefox setting, as described here.
Some sites want to know if the users visited certain links, and FST is at some of those. It can be used to trace recent trades or even public giveaways. I've discussed this at TC, if you remember.Why are torrent sites using this?![]()
Could you post the css stylesheet? I remember reading about that at your forum, but I've no idea where I can find it any more.Famous cheater boards, for exampleOr T-I.
You're forgetting something... even if you disable JavaScript and HTTP referers, you can still get caught via the CSS flavor of the attack. To prevent that, you need to use an anti-leak custom stylesheet, except on Firefox, where simply disabling history is enough to prevent the attack.To avoid this, use noscript to avoid the java attempt, and also change a firefox setting, as described here.