Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

minacle/autopoke.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

autopoke.js

How to use

  1. Access pokes.
    • If you're using Firefox, evaluate

      (function(a){setInterval(function(){if(a.length>0)a.pop().click();else for(var b=document.body.querySelectorAll("div[id^=poke_live_item]"),c=0,d;c<b.length;c++)(d=b[c].querySelector('[ajaxify^="/pokes/inline/"][class*=selected]'))&&a.push(d)},2e3)})([])

      in Web Console.

    • Else, copy

      javascript:(function(a){setInterval(function(){if(a.length>0)a.pop().click();else for(var b=document.body.querySelectorAll("div[id^=poke_live_item]"),c=0,d;c<b.length;c++)(d=b[c].querySelector('[ajaxify^="/pokes/inline/"][class*=selected]'))&&a.push(d)},2e3)})([])

      and paste it on address bar then press enter key. (Some browser remove leading javascript:. If it removed, type it yourself.)

  2. ...
  3. PROFIT!

About

automated facebook poke

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published