Created
March 2, 2011 05:58
-
-
Save erikvold/850538 to your computer and use it in GitHub Desktop.
header test case
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 testName | |
//@namespace anonDeveloper | |
//@description This script will automagically blah blah blah | |
//@include * | |
//@exclude erik | |
//==/UserScript== | |
alert('Hello world!'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment