Skip to content

Instantly share code, notes, and snippets.

@hkitago
Last active April 2, 2021 00:51
Show Gist options
  • Save hkitago/d513c311c2811119c8ad2b70f239a904 to your computer and use it in GitHub Desktop.
Save hkitago/d513c311c2811119c8ad2b70f239a904 to your computer and use it in GitHub Desktop.
Bookmarklet to remove header tag.
javascript:(()=>{d=document;d.head.parentNode.removeChild(d.head)})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment