diff --git a/codecs.html b/codecs.html new file mode 100644 index 0000000..c96333e --- /dev/null +++ b/codecs.html @@ -0,0 +1,55 @@ + +
+ + + + + \ No newline at end of file diff --git a/electron.html b/electron.html index e251005..154a79b 100644 --- a/electron.html +++ b/electron.html @@ -548,6 +548,7 @@ function addUrlToHistory(url){ function modURL(){ var url = document.getElementById('changeText').value; + url = url.trim(); if (url.startsWith("obs.ninja")){ url = "https://"+url; } else if (url.startsWith("youtube.com")){ diff --git a/index.html b/index.html index 35e71a7..84e7ba8 100644 --- a/index.html +++ b/index.html @@ -66,8 +66,8 @@ - - + +