Skip to content

Instantly share code, notes, and snippets.

View chitalian's full-sized avatar
🏠
Working from home

Justin Torre chitalian

🏠
Working from home
View GitHub Profile
@chitalian
chitalian / gist:6220b31cf8b7dc011220e62f89f0a8e0
Last active January 16, 2024 23:25
Delete stale branches

Step 1 got to stale branches

https://github.com/<space>/<repo>/branches/stale

Step 2 run this script in the java console

const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms));

async function clickEvenElements() {