1/19/2026 at 6:07:52 AM
Nice one, really helpful!Minor nit: the input on mobile auto-capitalizes, so a link starts with "Www" which I find mildly annoying. You could force the input field all lowercase with
<input type="text" autocapitalize="none" >
which tells modern browsers not to do this.
by jcynix
1/19/2026 at 6:29:11 AM
thanks!by ultimoo