auflösung in flag
This commit is contained in:
1
flag.js
1
flag.js
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user