Skip to content

Instantly share code, notes, and snippets.

@nickcaballero
Created August 3, 2021 15:49
Embed
What would you like to do?
CVS Check Appointment Snippet
$('div button.red').each((i,t) => setTimeout(() => t.click(), 1000 * i))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment