diff --git a/index.html b/index.html index a0d84c8..d5d77db 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Watch + Select video diff --git a/js/main.js b/js/main.js index 72196bc..8e24c64 100644 --- a/js/main.js +++ b/js/main.js @@ -88,6 +88,8 @@ if (query !== null) { video.controls = true; video.crossOrigin = 'anonymous'; + document.title = 'Watching :D'; + const sourceEle = document.createElement('source'); sourceEle.src = source; sourceEle.type = sourceType;