static LS allJavascriptFromHTML(S html) { ret lmap(tok -> join(dropFirstAndLast(tok)), findContainerTag(html, "script")); }