static S dataSnippetLink(S snippetID) { long id = parseSnippetID(snippetID); if (id >= 1200000 && id < 1300000) { S pw = muricaPassword(); if (empty(pw)) fail("Please set 'murica password"); ret "http://ai1.lol/1008823/raw/" + id + "?pass=" + pw; // XXX } else ret "http://eyeocr.sourceforge.net/filestore/filestore.php?cmd=serve&file=blob_" + id + "&contentType=application/binary"; }