Advertisement
Hannaichi

Cara Unfollow Massal Following di Twitter Otomatis

Nov 25th, 2013
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. 1) Buka tab Following
  2. 2) Tekan "F12"
  3. 3) Klik tab Console
  4. 4) Masukin script ini:
  5. setInterval(function(){t=
  6. $(".following").find(".follow-button");if(!t[0])
  7. {window.scrollTo(0,$(document).height());}else{
  8. console.log(t.attr("class")); t.trigger
  9. ("click");}},100)
  10.  
  11. 5) Klik enter
  12. 6) Selamat! Semua following Anda sudah bersih ^_^
  13.  
  14. Credit:
  15. - @Viqh_ril
  16. - @Rinshite
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement