Video Direktlink
by Thunderbolt
HTML
<a href="javascript:(function() { window.location.href = document.getElementsByTagName('video').item(0).src})();">
Video Direktlink</a>
CSS
a {
display: block;
height: 7em;
width: 300px;
line-height: 6em;
background-color: #080000;
text-decoration: none;
color: #FFFFFF;
text-align: center;
}
a:after{
content: "Ziehe mich in deine Lesezeichenleiste!";
position: absolute;
margin-left: -200px;
width: 300px;
margin-top: 1em;
text-align: center;
color: #FFFFFF;
}