mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2024-11-16 09:27:17 +03:00
ua
This commit is contained in:
parent
635c0960af
commit
6e9a9e91a9
4
static/js/agent.js
Normal file
4
static/js/agent.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
const userAgent = window.navigator.userAgent;
|
||||||
|
const platform = window.navigator.platform;
|
||||||
|
document.getElementById("wb").textContent = "Браузер: " + userAgent;
|
||||||
|
document.getElementById("os").textContent = "ОС: " + platform;
|
Loading…
Reference in New Issue
Block a user