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() {