sS loadPageWithTimeoutAndParamsSilently(double timeoutSeconds, S url, O... params) { ret loadPageSilentlyWithTimeout(timeoutSeconds, appendQueryToURL(url, params)); }