Fix replace video player height

This commit is contained in:
bytedream 2022-07-19 11:28:11 +02:00
parent bd64d4ed0b
commit 396038a803

View File

@ -25,6 +25,7 @@ async function main() {
if (match.replace && !url.endsWith('.m3u8')) {
const player = document.createElement('video')
player.style.width = '100%'
player.style.height = '100%'
player.controls = true
player.src = url