I'm trying to figure out how to change the info returned by the JavaScript navigator object such as AppName. I can't find any info on where JS actually gets this info from so I have no idea how to fake this info.
Where is this "Microsoft Internet Explorer" stored that navigator.AppName returns?
A lot of websites check your browser using the navigator object and I believe spoofing the user-agent alone wont be enough anymore.