From 791aaf497e83ab409790e5f5061ca189279f5240 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Tue, 16 Mar 2021 08:50:27 -0400 Subject: [PATCH] just syncing up a bit of mid-dev code THIS IS NOT FOR RELEASE YET --- chat.html | 172 +++++++++++++ index.html | 178 +++++++++----- main.css | 12 +- main.js | 506 ++++++++++++++++++++++++++++++-------- monitor.html | 366 +++++++++++++++++++++++++++ speedtest.css | 8 + speedtest.html | 26 +- thirdparty/adapter.min.js | 1 + webrtc.js | 2 +- 9 files changed, 1104 insertions(+), 167 deletions(-) create mode 100644 chat.html create mode 100644 monitor.html diff --git a/chat.html b/chat.html new file mode 100644 index 0000000..e9eb89d --- /dev/null +++ b/chat.html @@ -0,0 +1,172 @@ + + + + + OBSN Chat Overlay + + + + + + + + + diff --git a/index.html b/index.html index 7471369..08a0445 100644 --- a/index.html +++ b/index.html @@ -162,7 +162,7 @@ onclick="submitDebugLog();" style="cursor: pointer; visibility: hidden; display:none;z-index:7;" > - + - + + + +