Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@arantius
Created July 4, 2010 20:55
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 arantius/463752 to your computer and use it in GitHub Desktop.
Save arantius/463752 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Greasemonkey Works
// @namespace test
// @description If you see an alert when loading appropriate pages, then this script works, and thus Greasemonkey works!
// @include http://www.example.com/
// ==/UserScript==
alert("If you're seeing this, then Greasemonkey works.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment