Skip to content

Instantly share code, notes, and snippets.

@cocontusfine
Created February 22, 2009 06:49
Show Gist options
  • Save cocontusfine/68368 to your computer and use it in GitHub Desktop.
Save cocontusfine/68368 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Hello World
// @namespace http://diveintomark.org/projects/greasemonkey/
// @description example script to alert "Hello world!" on every page
// @include http://www.google.co.jp/*
// ==/UserScript==
alert('Hello world!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment