Skip to content

Instantly share code, notes, and snippets.

@evilz
Created July 9, 2025 07:13
Show Gist options
  • Select an option

  • Save evilz/d6fabfaae56342eebeed92b1901579f9 to your computer and use it in GitHub Desktop.

Select an option

Save evilz/d6fabfaae56342eebeed92b1901579f9 to your computer and use it in GitHub Desktop.
Iframe placeholder

magic Iframe

<iframe hidden name="htmz"
        onload="setTimeout(()=>document.querySelector(contentWindow.location.hash||null)?.replaceWith(...contentDocument.body.childNodes))"></iframe>

Update placeholder

<p id="replaceme">I will be replace after the click on link under</p>
    <a href="/testcontent#replaceme" >Click here</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment