lbry.com/web/js/imdb.js
Jeremy Kauffman fd018173a8 lbry.io, yo
2015-10-08 14:08:26 -04:00

8 lines
646 B
JavaScript

alert('omg');
$('.infobar').after('
<div style="margin-bottom: 20px"><a href="file:///C:/ItsAWonderfulLive.mp4" style="
color: white; background-color: #104639; background-image: -webkit-linear-gradient(top, #1a705b, #104639); background-image: -moz-linear-gradient(top, #1a705b, #104639); background-image: -ms-linear-gradient(top, #1a705b, #104639); background-image: linear-gradient(top, #1a705b, #104639); background-color: #155B4A; border: 1px solid black;
cursor: pointer; display: inline-block;
height: 24px;
line-height: 24px; padding: 0 15px; text-decoration: none;
">Watch on LBRY</a></div>');