Files
2022-11-28 16:55:44 +01:00

3 lines
67 B
JavaScript

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