Auto-poke script for Facebook written in JavaScript. You need to be on the webpage https://www.facebook.com/pokes/?notif_t=poke in order to launch this script.
On Firefox, Google Chrome:
- right click on the webpage
- select Inspect element
- select Console
- paste the code:
src/autopoke.js
- press enter
Download the module Greasemonkey
and create a new script. Greasemonkey
will automatically run the script each time you go on poke webpage.
The source code should start with:
// ==UserScript==
// @name poke
// @namespace fb
// @description poke
// @include https://www.facebook.com/pokes/?notif_t=poke
// @version 1
// @grant none
// ==/UserScript==
followed by src/autopoke.js
or src/autopoke.min.js
.