static S urlShortener(S url) { ret loadPage("http://tinyurl.com/api-create.php?url=" + urlencode(url)).trim(); }