910e62b5创建于 1月15日历史提交
<html>
<head>
<script>
function requestGeolocationFromInvalidUrl() {
  var o = window.open();
  o.navigator.geolocation;
  o.close();
  delete o;
  return "1";
}
function isAlive() {
  return "1";
}
</script>
</head>
<body></body>
</html>