Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -52,8 +52,8 @@
|
|
52 |
console.log(vid)
|
53 |
$('meta[name="twitter:player"]').remove();
|
54 |
$('meta[name="twitter:player:stream"]').remove();
|
55 |
-
$('head').append( '<meta name="twitter:player" content="https://omnibus-video-card.static.hf.space/index.html?video="+vid>' );
|
56 |
-
$('head').append( '<meta name="twitter:player:stream" content="https://omnibus-video-card.static.hf.space/index.html?video="+vid>' );
|
57 |
console.log($('meta[name="twitter:player"]').attr('content'));
|
58 |
console.log($('meta[name="twitter:player:stream"]').attr('content'));
|
59 |
//document.querySelector('meta[name="twitter:player"]').setAttribute("content", "https://omnibus-video-card.static.hf.space/index.html?video="+vid);
|
|
|
52 |
console.log(vid)
|
53 |
$('meta[name="twitter:player"]').remove();
|
54 |
$('meta[name="twitter:player:stream"]').remove();
|
55 |
+
$('head').append( '<meta name="twitter:player" content="https://omnibus-video-card.static.hf.space/index.html?video="'+vid+'>' );
|
56 |
+
$('head').append( '<meta name="twitter:player:stream" content="https://omnibus-video-card.static.hf.space/index.html?video="'+vid+'>' );
|
57 |
console.log($('meta[name="twitter:player"]').attr('content'));
|
58 |
console.log($('meta[name="twitter:player:stream"]').attr('content'));
|
59 |
//document.querySelector('meta[name="twitter:player"]').setAttribute("content", "https://omnibus-video-card.static.hf.space/index.html?video="+vid);
|