<!DOCTYPE html> <html> <body> <script> if (location.hash !== "#test") window.open("file://example.org" + location.pathname + "#test", "_self"); </script> </body> </html>