<html> <body> <script> const myFragment = document.createRange().createContextualFragment(document.location.hash); document.body.appendChild(myFragment); </script> </body> </html>