Skip to content

Instantly share code, notes, and snippets.

@airbr
Created December 4, 2025 07:14
Show Gist options
  • Select an option

  • Save airbr/2c52335724127d2d8b8e30564ad086fd to your computer and use it in GitHub Desktop.

Select an option

Save airbr/2c52335724127d2d8b8e30564ad086fd to your computer and use it in GitHub Desktop.
Bookmarklet to stop loops
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