static File openTempPageInBrowser(S html) { File file = addDateWithMillisecondsToFileName(programCacheFile("temp.html")); saveTextFile(file, html); openFileInBrowser(file); ret file; }