diff --git a/electron.html b/electron.html index a12ff59..b021e7a 100644 --- a/electron.html +++ b/electron.html @@ -359,6 +359,9 @@ function modURL(ele=false){ } function gohere(){ var url = modURL(true); + if (!(document.getElementById('changeText').value.includes("obs.ninja")) && (document.getElementById('changeText').value.includes("http")) && (document.getElementById('changeText').value.includes("&sink"))){ + alert("Notice: The &sink command is domain specific.\nVisit https://YOURDOMAIN.com/electron instead."); + } window.location = url; }; getPermssions(); diff --git a/index.html b/index.html index 5a43c68..6f92a23 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@ } - + @@ -66,8 +66,8 @@ - - + +