<img> <script> let img = document.querySelector('img'); img.src = "data:image/png;base64,"+ window.location.hash.substring(1); </script>