Files
2026-05-13 11:01:08 +02:00

4 lines
68 B
JavaScript

window.getUserAgent = () => {
return navigator.userAgent;
};