diff --git a/app.js b/app.js index ffa826b..ac0096d 100644 --- a/app.js +++ b/app.js @@ -391,6 +391,7 @@ document.addEventListener('DOMContentLoaded', () => { new URL(url); } catch (_) { console.error("invalid URL"); + alert("Invalid URL. Please remember to include the protocol (http:// or https://)."); return; } addShortcut(name, url);