Skip to content

Instantly share code, notes, and snippets.

@ejancorp
Created July 25, 2018 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ejancorp/d5386f02c4fa49c7cafb47a106db9c4c to your computer and use it in GitHub Desktop.
Save ejancorp/d5386f02c4fa49c7cafb47a106db9c4c to your computer and use it in GitHub Desktop.
Facebook visit counter
// ==UserScript==
// @name Facebook visit counter
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://local-hub.com/abu-dhabi-golf-courses/yas-links
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Your code here...
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment