static S getQueryFromURL(S url) {
  ret dropAfterSubstring(substring(url, smartIndexOf(url, "?")+1), "#");
}