Skip to content

Instantly share code, notes, and snippets.

@jakob-r
Created July 8, 2020 16:58
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 jakob-r/70e286f20e7c1fcd3e4ed2d14738e2f5 to your computer and use it in GitHub Desktop.
Save jakob-r/70e286f20e7c1fcd3e4ed2d14738e2f5 to your computer and use it in GitHub Desktop.
uncollapse all entries on gecco schedule
javascript:(function()%7Bvar%20els%20%3D%20document.getElementsByClassName('collapse')%3Bfor%20(var%20i%20%3D%201%3B%20i%20%3C%20els.length%3B%20i%2B%2B)%20%7Bels%5Bi%5D.style.setProperty('display'%2C%20'block'%2C%20'important')%3B%7D%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment