Created
June 25, 2024 15:32
-
-
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!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(()=>{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