Skip to content

Instantly share code, notes, and snippets.

@4ov
Created July 7, 2020 01:26
Show Gist options
  • Save 4ov/e2933b716ecb3e0e2dfbe718d6016b81 to your computer and use it in GitHub Desktop.
Save 4ov/e2933b716ecb3e0e2dfbe718d6016b81 to your computer and use it in GitHub Desktop.
remove all repl.it apps in the same folder
let p = document.querySelectorAll('.jsx-525591542')
p.forEach(o =>{
setTimeout(()=>{
o.click()
document.querySelector('.jsx-612267399').click()
setTimeout(()=>{
let c = document.querySelector('.jsx-2943517159')
c.click()
}, 2000)
}, 1500)
}, 1000)
setTimeout(()=>{
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment