Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Last active February 24, 2024 14:54
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jashkenas/2e00d2208a270600a28a to your computer and use it in GitHub Desktop.
Save jashkenas/2e00d2208a270600a28a to your computer and use it in GitHub Desktop.
Fixie Kill: A Bookmarklet
javascript:for(var a=document.querySelectorAll("*"),i=0,e;e=a[i];i++)"fixed"==getComputedStyle(e).position&&(e.style.position="static")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment