Created
December 4, 2025 07:14
-
-
Save airbr/2c52335724127d2d8b8e30564ad086fd to your computer and use it in GitHub Desktop.
Bookmarklet to stop loops
This file contains hidden or 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:(function(){document.querySelectorAll('*').forEach(element => { element.removeAttribute('loop');});;})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment