Update dependencies and version

This commit is contained in:
2024-12-15 18:43:06 +01:00
parent db0ccd9b56
commit 67e03eafaa
13 changed files with 2555 additions and 2793 deletions

View File

@ -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%';