blob: 6a2c6c9705801ae9cce564186e6cb2b226f3c060 [file]
// ==UserScript==
// @name My user script
// @version 2.2.2
// @namespace http://www.google.com
// @description Does totally awesome stuff.
// @include http://www.google.com/*
// @include http://www.yahoo.com/*
// @exclude *foo*
// @match http://www.google.com/*
// @exclude_match http://www.google.com/foo*
// ==/UserScript==
alert('Hello! This is my script.');