diff --git a/public/index.html b/public/index.html index 17cf39bf..ac0d14a0 100644 --- a/public/index.html +++ b/public/index.html @@ -26,6 +26,10 @@ alert('Please provide a link. It does not require https://.'); } } + + window.onload = function() { + document.getElementById("url-target").focus(); + } Input your URL here:
@@ -41,4 +45,4 @@
- \ No newline at end of file +