Last active
February 24, 2024 14:54
-
-
Save jashkenas/2e00d2208a270600a28a to your computer and use it in GitHub Desktop.
Fixie Kill: A Bookmarklet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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