This version doesn't have any user facing change, but I've rewritten some parts of the script that relied on direct injection of HTML code in the page; while HTML injection is very practical and easy to write, some sites and some browsers enforce the Trusted Type policy to avoid XSS attacks, thus blocking HTML injection. Now all the HTML code that was previously injected directly is added in safer ways.