create a text file with these contents: <script>document.write("userAgent: " + navigator.userAgent + "<br>" + "appCodeName: " + navigator.appCodeName + "<br>" + "appName: " + navigator.appName + "<br>" + "appVersion: " + navigator.appVersion + "<br>" + "platform: " + navigator.platform);
</script>
save it as useragent.htm, open it with Abrowser to see what information is shared with websites.
