Skip to content

Instantly share code, notes, and snippets.

@iamdanre
Created August 15, 2025 02:38
Show Gist options
  • Select an option

  • Save iamdanre/dabf2fa5c43d4455033e2e05bff8aafc to your computer and use it in GitHub Desktop.

Select an option

Save iamdanre/dabf2fa5c43d4455033e2e05bff8aafc to your computer and use it in GitHub Desktop.
expand symphony dumps
(()=>{ /* recursive expansion dd() */
document.querySelectorAll('.sf-dump span:first-child').forEach(el=>/^[▶▸]$/.test(el.textContent.trim()) &&
el.getBoundingClientRect().width && el.closest('.sf-dump-toggle, a, [role="button"], button')?.click())
})();'ᕕ( ᐛ )ᕗ'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment