run: window.dispatchEvent(new CustomEvent("prefchange")); It will trigger "prefchange" event and corresponsing event listener in the Account Manager Tab will save the preferences.
Bug 1621128 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
``` window.dispatchEvent(new CustomEvent("prefchange")); ``` It will trigger a "prefchange" event and corresponding event listener in the Account Manager Tab will save the preferences.