Created
July 4, 2010 20:55
-
-
Save arantius/463752 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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