// ==UserScript== // @name Example 6-112 // @namespace http://localhost/ // @description Will raise an alert whenever you browse to a del.icio.us tag page. // @include http://del.icio.us/tag/* // ==/UserScript== alert("You're on a del.icio.us tag page!");