Run this in the console:
document.querySelectorAll('span.Details-content--closed').forEach((e)=>{e.click()})
From the creator of: unzip.dev 🚀
Run this in the console:
document.querySelectorAll('span.Details-content--closed').forEach((e)=>{e.click()})
From the creator of: unzip.dev 🚀
None of the above worked for me. Tested June 2026:
document.querySelectorAll('button:has(.octicon-unfold)').forEach(e => e.click())None of the above worked for me. Tested June 2026:
document.querySelectorAll('button:has(.octicon-unfold)').forEach(e => e.click())
Thank you! 🎖️
indeed
alt + clickdoesn't work anymore