Skip to content

Instantly share code, notes, and snippets.

@thesephist
Created June 25, 2024 15:32
Show Gist options
  • Save thesephist/747950a145c62df2be2f3a01896fdb91 to your computer and use it in GitHub Desktop.
Save thesephist/747950a145c62df2be2f3a01896fdb91 to your computer and use it in GitHub Desktop.
Make talk titles in the Config agenda readable w this one line of JavaScript!
(()=>{let a=document.querySelectorAll('.bigmarker-cg-agenda-card-talk-name');for(const e of a)Object.assign(e.style,{overflow:'initial',display:'initial'})})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment