On 30/06/2016 02:13, Mark B wrote: > J. Weaver Jr. wrote: >> Mark B wrote:
>> Solved that problem here by adding this preference to "about:config": >> >> general.useragent.override.chase.com >> >> (type "string") with the following value: >> >> Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0 >> Yes, it'll have to be updated manually as SM advances, but WORKS4ME. -JW > > Thanks for that. It does work, but a PITA to remember every time SM > updates. As well as a normal string I think you can use a REGEXP (regular expression) to remove the SeaMonkey part of the string e.g. something like s/SeaMonkey\/d+\ but I don't know if it accepts all regexp or only a simplified version. Regular Expressions: > https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/RegExp One of these bugs may tell you what the substitution code actually does: > https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&list_id=13189419&short_desc=user%20agent%20override&short_desc_type=allwordssubstr Phil -- Philip Chee <[email protected]>, <[email protected]> http://flashblock.mozdev.org/ http://xsidebar.mozdev.org Guard us from the she-wolf and the wolf, and guard us from the thief, oh Night, and so be good for us to pass. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

