Y
Hacker News
new
|
ask
|
show
|
jobs
by
rufasterisco
515 days ago
const divs = document.querySelectorAll('button.h-full');
divs.forEach(div => { div.click(); // Trigger a click on the div });