From b0b975e5a7f5464e485ed54082107268fc1113b2 Mon Sep 17 00:00:00 2001 From: cerebralshape <92541227+cerebralshape@users.noreply.github.com> Date: Tue, 12 Apr 2022 13:20:05 -0700 Subject: [PATCH] On load focus on input --- public/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: