All Projects → dubzzz → js-fb-autopoke

dubzzz / js-fb-autopoke

Licence: MIT License
Auto-poke script for Facebook written in JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to js-fb-autopoke

react-native-oauth-login-tutorial
Learn how to log users into React Native apps via Facebook or Google OAuth
Stars: ✭ 56 (+180%)
Mutual labels:  facebook
facebook-3d-photo-unity
Unity extension to take 3D screenshots for Facebook
Stars: ✭ 24 (+20%)
Mutual labels:  facebook
Pelican
Chrome extension for better Facebook Works only with the previous design of Facebook.
Stars: ✭ 16 (-20%)
Mutual labels:  facebook
facebook adblock
An open-source Ad Blocker for Facebook™
Stars: ✭ 173 (+765%)
Mutual labels:  facebook
FB-Instant-Games-ADS-Controller
Learn how to integrate games built with JavaScript and HTML5 with Facebook instant games SDK
Stars: ✭ 40 (+100%)
Mutual labels:  facebook
stay-productive
Remove feed from Facebook, Twitter and Linkedin... To stay productive !
Stars: ✭ 15 (-25%)
Mutual labels:  facebook
FacebookGraphAPI-Examples
Examples for facebook graph api for python
Stars: ✭ 38 (+90%)
Mutual labels:  facebook
hosts
🄯Curated lists of hosts files with various domain blocks.🄯
Stars: ✭ 15 (-25%)
Mutual labels:  facebook
matrix-puppet-facebook
a puppetted facebook bridge
Stars: ✭ 90 (+350%)
Mutual labels:  facebook
Utlyz-CLI
Let's you to access your FB account from the command line and returns various things number of unread notifications, messages or friend requests you have.
Stars: ✭ 30 (+50%)
Mutual labels:  facebook
FB-Ads-Opt-UCB
The easiest way to optimize Facebook Ads using Upper Confidence Bound Algorithm. 💻
Stars: ✭ 23 (+15%)
Mutual labels:  facebook
lambda-facebook-oauth
An AWS Lambda function to facilitate Oauth2 social login with Facebook
Stars: ✭ 16 (-20%)
Mutual labels:  facebook
TogetherStream
A social and synchronized streaming experience
Stars: ✭ 16 (-20%)
Mutual labels:  facebook
cakephp-social-share
CakePHP link generator for sharing content on social networks
Stars: ✭ 30 (+50%)
Mutual labels:  facebook
FacebookBug
Facebook Write-ups, PoC, and exploitation codes:
Stars: ✭ 28 (+40%)
Mutual labels:  facebook
photo-frame
📺 Facebook photo frame, for the Raspberry Pi 3 (with Resin.io)
Stars: ✭ 18 (-10%)
Mutual labels:  facebook
Coding-Problems
💻 Solutions to coding problems from popular platforms in multiple programming languages.
Stars: ✭ 51 (+155%)
Mutual labels:  facebook
messenger
💬 A PHP library for Facebook Messenger
Stars: ✭ 53 (+165%)
Mutual labels:  facebook
SocialInfo4J
fetch data from Facebook, Instagram and LinkedIn
Stars: ✭ 44 (+120%)
Mutual labels:  facebook
social-button
Social Buttons as Web Components
Stars: ✭ 17 (-15%)
Mutual labels:  facebook

js-fb-autopoke

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.

How to use it?

Occasional use

On Firefox, Google Chrome:

  • right click on the webpage
  • select Inspect element
  • select Console
  • paste the code: src/autopoke.js
  • press enter

Frequent use

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].