Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -50,8 +50,8 @@
|
|
50 |
const urlParams = new URLSearchParams(queryString);
|
51 |
const vid = urlParams.get("video");
|
52 |
console.log(vid)
|
53 |
-
$('meta[name=twitter:player]').remove();
|
54 |
-
$('meta[name=twitter: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'));
|
|
|
50 |
const urlParams = new URLSearchParams(queryString);
|
51 |
const vid = urlParams.get("video");
|
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'));
|