static LPairS webScraper_getLinks(S url) {
  ret html_linksPlusContents_makeAbsolute(loadPageAndStore_once(url), url);
}