mirror of
https://github.com/SrIzan10/vdo.ninja.git
synced 2026-05-01 11:05:24 +00:00
v24b, with cloudflare/whip->whep auto viewer support
This commit is contained in:
@@ -94,12 +94,12 @@
|
||||
|
||||
<script>
|
||||
|
||||
function getChromeVersion() {
|
||||
function getChromiumVersion() {
|
||||
var raw = navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./);
|
||||
return raw ? parseInt(raw[2], 10) : false;
|
||||
}
|
||||
|
||||
//if (!getChromeVersion()){
|
||||
//if (!getChromiumVersion()){
|
||||
// alert("This speedtest is optimized for Chromium-based browsers; graphs will not work for Firefox or Safari browsers.");
|
||||
//}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user