Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Need free script to log screen resolution of visitors
3stripe
✭✭
I would normally use Slimstat, but it doesn't monitor your erm, monitor sizes, is there another free stats program that can do this? I would use Google Analytics but it's not accepting new accounts right now.
It doesn't need to look good, I just want to harvest some stats over the next week before deciding what screensize I should build for!
0
This discussion has been closed.
Comments
<script language="JavaScript" type="text/JavaScript"> info = "res="+screen.width+"x"+screen.height; // call an image for this resolution size, and/or log it to your script... // img = '<img name="img" src="script.php?'+info+'">'; img = info+'.'; {document.write(img);} </script>
:]