Skip to content

Instantly share code, notes, and snippets.

@patwork
Created May 6, 2025 11:09
Show Gist options
  • Save patwork/eec8ee4305a06fd1ab891e7bec51e161 to your computer and use it in GitHub Desktop.
Save patwork/eec8ee4305a06fd1ab891e7bec51e161 to your computer and use it in GitHub Desktop.
document.querySelectorAll('.game_cell').forEach((c,i)=>
setTimeout(()=>{
c.querySelector('button.filter_value')?.click();
c.querySelector('ul.dissmiss_option_list>li:last-child>button')?.click();
}, i * 1000)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment