Skip to content

Instantly share code, notes, and snippets.

@ashimaathri
Last active August 12, 2017 20:27
Show Gist options
  • Save ashimaathri/fcf93dba692c6e8dc87c34167b3760dd to your computer and use it in GitHub Desktop.
Save ashimaathri/fcf93dba692c6e8dc87c34167b3760dd to your computer and use it in GitHub Desktop.
Kill Iframes on a web page. Inspired by Kill Sticky - https://alisdair.mcdiarmid.org/kill-sticky-headers/
javascript:(function(){var%20iframes=document.getElementsByTagName('iframe');for(i%20in%20iframes){iframes[i].remove()}})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment