Skip to content

Instantly share code, notes, and snippets.

@yusucan
Created April 6, 2023 17:46
Show Gist options
  • Save yusucan/febc0c384a26d839f9bd99ba34e0ceec to your computer and use it in GitHub Desktop.
Save yusucan/febc0c384a26d839f9bd99ba34e0ceec to your computer and use it in GitHub Desktop.
close all swagger collapsibles
//when you open editor.swagger.io, run this code on console or add it as a bookmark and click to close all the collapsibles on the right section.
javascript:(function() { document.querySelectorAll(".opblock-tag").forEach(i => i.click())}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment