static S getServerTranspilationMD5(S snippetID) { //ret loadPage(tb_mainServer() + "/tb-int/get-transpilation-libs-md5.php?id=" + psI(snippetID) + standardCredentials()); try { ret trim(loadPageSilently(tb_mainServer() + "/tb-int/get-transpiled.php?raw=1&withlibs=1&id=" + psI(snippetID) + "&utf8=1&noprint=1&showmd5=1" + standardCredentials_noCookies())); } catch e { printShortException(e); null; } }