Created
January 5, 2011 15:12
-
-
Save fumokmm/766428 to your computer and use it in GitHub Desktop.
gistのテスト用
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
aaa |
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
bbb |
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 Hello World | |
// @namespace http://d.hatena.ne.jp/fumokmm/ | |
// @description example script to alert "Hello world!" on every page | |
// @include * | |
// ==/UserScript== | |
alert('Hello world!'); |
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
test! | |
test! | |
test! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment