Injecting web browser screen size in browser access logs

Created: 2022-12-12T10:40:54-06:00

Return to the Index

Run a script after the body tag of a page:

<script>
document.write("<div style=\"visiblity:hidden;display:none;\"><img src=\"visitors-screen-res-check.jpg?"+screen.width+"x"+screen.height+"x"+screen.colorDepth+"\" /></div>");
</script>

https://github.com/antirez/visitors