Facebook
From chế đồ, 1 Month ago, written in JavaScript.
Embed
Download Paste or View Raw
Hits: 196
  1. setInterval(() => {
  2.    const text = document.querySelector('.Crafting_craftingButton__Qd6Ke').innerText
  3.     if (text === 'Create' || text === 'Collect') {
  4.       console.log('chaying...')
  5.       document.querySelector('.Crafting_craftingButton__Qd6Ke').click()
  6.     }
  7. }, 10)