Skip to content

Instantly share code, notes, and snippets.

@Tattoo
Created October 14, 2021 07:59
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/ba96380bf19b60e35049e70bb87267ef to your computer and use it in GitHub Desktop.
Save Tattoo/ba96380bf19b60e35049e70bb87267ef to your computer and use it in GitHub Desktop.
Expand all in VersionOne
// Add this as a bookmark in the bookmark bar
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