Skip to content

Instantly share code, notes, and snippets.

@gmittal
Created September 16, 2015 17:19
Show Gist options
  • Save gmittal/18ccf3042a49aae91e58 to your computer and use it in GitHub Desktop.
Save gmittal/18ccf3042a49aae91e58 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Ana Hans
// @namespace http://ah.ah
// @description Ana Hans helper (populates database each time I visit Facebook)
// @include https://www.facebook.com/*
// ==/UserScript==
// Notes:
// * is a wildcard character
// .tld is magic that matches all top-level domains (e.g. .com, .co.uk, .us, etc.)
alert("Hello world");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment