From 9ed7ab3c440b7b4a747e611562815202a585a9d2 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Wed, 24 Nov 2021 20:53:57 -0500 Subject: [PATCH] Add files via upload part 1 --- codecs.html | 55 +++++ electron.html | 1 + index.html | 14 +- lib.js | 458 +++++++++++++++++++++++++++++++-------- main.css | 21 +- main.js | 221 ++++++++++++++----- midi.html | 571 +++++++++++++++++++++++++++++++++++++++++++++++++ monitor.html | 14 +- speedtest.html | 20 +- webrtc.js | 2 +- 10 files changed, 1206 insertions(+), 171 deletions(-) create mode 100644 codecs.html create mode 100644 midi.html 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 @@ - - + +