Created
January 15, 2012 03:41
-
-
Save honzajavorek/1614189 to your computer and use it in GitHub Desktop.
Detektor prasat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>Detektor prasat</title> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | |
</head> | |
<body> | |
<a href="http://www.youporn.com"> </a> | |
<a href="http://www.redtube.com"> </a> | |
<a href="http://www.pornhub.com"> </a> | |
<a href="http://www.freefoto.cz"> </a> | |
<a href="http://www.freevideo.cz"> </a> | |
<a href="http://youporn.com"> </a> | |
<a href="http://redtube.com"> </a> | |
<a href="http://pornhub.com"> </a> | |
<a href="http://freefoto.cz"> </a> | |
<a href="http://freevideo.cz"> </a> | |
<script> | |
$('a').hide(); | |
if ($('a:visited').length) { | |
alert('Jsi prase!'); | |
} else { | |
alert('Nejsi prase.'); | |
} | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment