Y
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
rufasterisco
505 days ago
const divs = document.querySelectorAll('button.h-full');
divs.forEach(div => { div.click(); // Trigger a click on the div });
link
divs.forEach(div => { div.click(); // Trigger a click on the div });