Improvement requests
: K-Meleon Forum
Use this forum to talk about a feature you're missing. Use the bug tracker to report it if necessary.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=guenter] [quote=disrupted(unlogged)] you are right.. it will not work with the ff spoof 2.0 or ff 3.x either facebook has updated their sniffer so it detects gecko properly-possibly after several very polite emails sent to their devs, however it requires gecko 1.9 for full features. [/quote] Did You also try with changed prefs containing vendor? general.useragent.vendor [url=http://browserspy.dk/browser.php]K-Meleon gives real ID when asked properly[/url]. [code] <script type="text/javascript"> //<![CDATA[ if (typeof(navigator.vendor) == "string") { document.writeln($("<div/>").text(navigator.vendor).html()); } else { document.writeln("Property is not supported! navigator.vendor is not a string. It's a " + typeof(navigator.vendor)); } //]]> </script> [/code] It will also give an real answer to OS CPU? ="Windows NT 5.1 in my case" to: [code] <script type="text/javascript"> //<![CDATA[ if (typeof(navigator.oscpu) == "string") { document.writeln($("<div/>").text(navigator.oscpu).html()); } else { document.writeln("Property is not supported! navigator.oscpu is not a string. It's a " + typeof(navigator.oscpu)); } //]]> [/code] and its real platform = Win32: <script type="text/javascript"> //<![CDATA[ if (typeof(navigator.platform) == "string") { document.writeln($("<div/>").text(navigator.platform).html()); } else { document.writeln("Property is not supported! navigator.platform is not a string. It's a " + typeof(navigator.platform)); } //]]> </script> and its real os info: <script type="text/javascript"> //<![CDATA[ document.writeln($.os.name)//]]> </script>[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development