Skip to content

Instantly share code, notes, and snippets.

@fumokmm
Created January 5, 2011 15:12
Show Gist options
  • Save fumokmm/766428 to your computer and use it in GitHub Desktop.
Save fumokmm/766428 to your computer and use it in GitHub Desktop.
gistのテスト用
// ==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!');
test!
test!
test!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment