diff --git a/check.html b/check.html
index 1541e1b..ec38861 100644
--- a/check.html
+++ b/check.html
@@ -66,36 +66,60 @@
Welcome
+
This application will access your camera and complete a video test stream.
- The test will take a few minutes to complete.
- ⭐⭐⭐
+ The full test will take a few minutes to complete.
+ ⭐⭐⭐⭐
-
+
+ Please note, for best results:
+
+
- Please note, for best results:
+
Connect your computer to a wired connection, instead of Wi-Fi
Have no other applications open while running this test
If using a laptop, connect your laptop to a power outlet
- 🌠⭐⭐
+ 🌠⭐⭐⭐
+
+
+
+
+ This first step will measure your network bandwidth
+
+
+
+ We will test against Cloudflare's speed test servers.
+ It will take a minute to complete once started.
+
+
+
+ 🌠🌠⭐⭐
+
+
+
+
+
The next step will access your camera and microphone.
- Accept the camera and microphone permissions if prompted.
+ Accept the camera and microphone permissions if prompted.
+ No one will be able to see your video or audio, other than you.

- 🌠🌠⭐
+ 🌠🌠🌠⭐
@@ -164,8 +188,17 @@
function next2(){
document.getElementById("page2").classList.add("hidden");
+ document.getElementById("page2a").classList.remove("hidden");
+ setTimeout(function(){
+ if (document.getElementById("playButton") && !document.getElementById("playButton").skip){
+ next2a();
+ }
+ },10000);
+ }
+
+ function next2a(){
+ document.getElementById("page2a").classList.add("hidden");
document.getElementById("page3").classList.remove("hidden");
- loadIframe(region);
}
function next3(){
@@ -749,6 +782,46 @@
// now clear the right-most pixels:
context.clearRect(width - 1, 0, 1, height);
}
+
+
+
+
+
+