Hacker News new | ask | show | jobs
by ExxKA 505 days ago
Would it be possible add an "expand all" option? I am searching through them with ctrl+f, to figure out which of them are similar to other ideas that are being considered today :D
1 comments

const divs = document.querySelectorAll('button.h-full');

divs.forEach(div => { div.click(); // Trigger a click on the div });