mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-09 20:25:14 +02:00
Fix replace video player height
This commit is contained in:
parent
bd64d4ed0b
commit
396038a803
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user