Facebook Poke Bot

fucking people

  1. // ==UserScript==
  2. // @name Facebook Poke Bot
  3. // @namespace http://your.homepage/
  4. // @version 1.0
  5. // @description fucking people
  6. // @author L0L_Limewire
  7. // @match https://www.facebook.com/pokes/?notif_t=poke
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. function updatePoke(){
  12. var gg = document.getElementsByClassName("_42ft _4jy0 _4jy3 _4jy1 selected _51sy").length
  13. if(gg>0){
  14. for (var i in document.getElementsByClassName("_42ft _4jy0 _4jy3 _4jy1 selected _51sy")){
  15. document.getElementsByClassName("_42ft _4jy0 _4jy3 _4jy1 selected _51sy")[i].click()
  16. }
  17. }
  18. }
  19.  
  20. setInterval(updatePoke,100)

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址