Skip to content

Instantly share code, notes, and snippets.

@nikolat
Forked from fumokmm/aaa.txt
Created January 8, 2011 14:13
Show Gist options
  • Save nikolat/770870 to your computer and use it in GitHub Desktop.
Save nikolat/770870 to your computer and use it in GitHub Desktop.
// ==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