An idea came to my mind... I know how you people hate giving away free porn and in the same time you hate blind links... so I was thinking, since the most "fragile" part (imho) of the video is the guy cumming in the chick's mouth (or wherever)... what if I link the cumming video thumb with a simple JavaScript message box with OK/Cancel buttons to visit the site... Here's a little example:
http://www.trickyclick.com/tricky/thumb_demo.html
Here's the code:
Code:
<script language="javascript">
function goto() {
c = confirm("Want to see this chick swalling DA CUM?");
if ( c ) return true;
return false;
}
</script>
<a href="http://www.google.com/" onclick="javascript:return goto();">cum video thumb</a>
The best part is that this is not a JS-only link, so even if JS is turned off the link will work as a blind link, but at least will go somewhere... plus it's a valid SE link
And don't get me wrong, I know how you hate blind links, but people should have some respect for the webmaster and pay for the damn porn! no?

joking afkorz...
Please let me know what you think of that