static S loadPageSilentlyWithTimeout(S url, int timeout) ctex { url = loadPage_preprocess(url); URL _url = new URL(url); ret loadPage( setURLConnectionTimeouts(_url.openConnection(), timeout), _url); }