Skip to content

Instantly share code, notes, and snippets.

@FauxFaux
Created December 1, 2015 23:08
Show Gist options
  • Save FauxFaux/a5cfe58c4ad06fb09444 to your computer and use it in GitHub Desktop.
Save FauxFaux/a5cfe58c4ad06fb09444 to your computer and use it in GitHub Desktop.
javascript:t=document.getElementsByTagName("*");for(var i=0;i<t.length;++i){var a=t[i];var c=window.getComputedStyle(a);if(c.position&&c.position=="fixed"){a.parentNode.removeChild(a);}};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment