6 ms·
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
by ExxKA 2y 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
- rufasterisco 2y agoconst divs = document.querySelectorAll('button.h-full'); divs.forEach(div => { div.click(); // Trigger a click on the div });