mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-06-27 18:40:31 +02:00
Update dependencies and version
This commit is contained in:
@ -37,7 +37,7 @@ async function main() {
|
||||
let url: string | null;
|
||||
try {
|
||||
url = await match.match(re);
|
||||
} catch (e) {
|
||||
} catch {
|
||||
return;
|
||||
}
|
||||
|
||||
@ -64,6 +64,8 @@ async function main() {
|
||||
// clear completed document
|
||||
document.documentElement.innerHTML = '';
|
||||
|
||||
document.body.style.backgroundColor = '#131313';
|
||||
|
||||
// video player
|
||||
const player = document.createElement('video');
|
||||
player.style.width = '100%';
|
||||
|
Reference in New Issue
Block a user