top | item 42828856 (no title) ExxKA | 1 year 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 discuss order hn newest rufasterisco|1 year ago const divs = document.querySelectorAll('button.h-full');divs.forEach(div => { div.click(); // Trigger a click on the div });
rufasterisco|1 year ago const divs = document.querySelectorAll('button.h-full');divs.forEach(div => { div.click(); // Trigger a click on the div });
rufasterisco|1 year ago
divs.forEach(div => { div.click(); // Trigger a click on the div });