<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>