sindresorhus/refined-github




The issue has been closed
Add a option: fold the repo file list by default #3452
dnknn posted onGitHub
Can add an option: β
fold the repo file list by default !
<details> <summary>Details</summary>
</details>
Simple π ²ππ can do it π (Thanks fregante for the inspiration)
.repository-content:not(.rgh-files-hidden) #files ~ .Details {display:none}
.repository-content.rgh-files-hidden #files ~ .Details {display:unset}