> Yes that would be possible but not that easy because I'd have to > adjust > the script on the external page. > > Is there no possibility for changing the user agent?
I don't know if it is possible but let's say it is highly discouraged. Admittedly, I haven't seen your script. However, it should be fairly easy to parse query parameters instead of parsing the UA. For ex, your script can detect the existence of the query parameters. If they exist, parse them and populate your internal data structure with their values. If they don't exist, fallback to your existing UA detection technique. (For use with other clients.) Lawrence _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
