Link to Firefox and Google Chrome download page directly instead of the "bestvpn" advertise..

This commit is contained in:
Jabba 2020-10-11 21:59:02 +00:00 committed by GitHub
parent 2155112c2d
commit b8544c6590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
if (typeof WebSocket === "undefined") {
tag = document.createElement('div');
tag.innerHTML += "<div class='unsupported'>Your browser doesn't support <a href='https://caniuse.com/#search=websocket'>WebSocket connections</a>.<br>Please use the latest <a href='https://bestvpn.org/outdatedbrowser/en'>Chrome or Firefox</a> browser.</div>";
tag.innerHTML += "<div class='unsupported'>Your browser doesn't support <a href='https://caniuse.com/#search=websocket'>WebSocket connections</a>.<br>Please use the latest <a href='https://www.mozilla.org/firefox/new/'>Firefox</a> or <a href='https://www.google.com/chrome/'>Chrome</a> browser.</div>";
document.body.appendChild(tag)
}
</script>