Hosted by @ OGGY#9889
Host : lavalink.oops.wtf
Port : 2000
Password : "www.freelavalink.ga"
Secure : false
let i = 0; | |
let count = 181; | |
const unfollowInterval = setInterval(() => { | |
if (i >= count) { | |
clearInterval(unfollowInterval); | |
return; | |
} | |
let list = document.querySelectorAll('button'); | |
if (list[i].innerText === "Following") { | |
list[i].click() |
Hosted by @ OGGY#9889
Host : lavalink.oops.wtf
Port : 2000
Password : "www.freelavalink.ga"
Secure : false