auflösung in flag

This commit is contained in:
troy
2022-03-06 11:50:24 +01:00
parent 90ade370d7
commit 15dbeee834
3 changed files with 7 additions and 2 deletions

View File

@@ -41,6 +41,7 @@
if(document.referrer) {fields['r'] = document.referrer;}
if(window.location.href) {fields['u'] = window.location.href;}
if(navigator.userAgent) {fields['a'] = navigator.userAgent;}
fields['d'] = ''+window.screen.width+'x'+window.screen.height+' ('+window.screen.colorDepth+'bit)';
for(var f in fields) {
var inp = document.createElement('input');