Skip to content

Instantly share code, notes, and snippets.

@Tattoo
Created November 29, 2023 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tattoo/914c86e61c81d20588787b91c24ad7f7 to your computer and use it in GitHub Desktop.
Save Tattoo/914c86e61c81d20588787b91c24ad7f7 to your computer and use it in GitHub Desktop.
V1/Agility open all
# Bookmark this to open the tree in Version One (aka. Digital.ai Agility)
javascript:function expand(){ var els = $('a.show'); els.map((_, el) => el.click()); if (els.length > 0){ setTimeout(expand, 1500); } }; setTimeout(expand, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment