Skip to content

Instantly share code, notes, and snippets.

@toshinarin
Created March 19, 2020 08:01
Show Gist options
  • Save toshinarin/2ccb0127c8d1da21ba06c15592792864 to your computer and use it in GitHub Desktop.
Save toshinarin/2ccb0127c8d1da21ba06c15592792864 to your computer and use it in GitHub Desktop.
Array.from(document.querySelectorAll('.markdown-body details')).forEach((obj, idx) => { obj.open = true; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment