2 // @name My user script
4 // @namespace http://www.google.com
5 // @description Does totally awesome stuff.
6 // @include http://www.google.com/*
7 // @include http://www.yahoo.com/*
9 // @match http://www.google.com/*
10 // @exclude_match http://www.google.com/foo*
13 alert("Hello! This is my script.");