// ==UserScript== // @name del.icio.us Mashups Skin // @namespace http://www.yourwebsite.com/ // @description A new look for del.icio.us thanks to Greasemonkey. // @include http://del.icio.us/* // ==/UserScript== GM_addStyle( "body { font-family: serif; font-size: 18px; background-color: #FFC; } \ a:link { text-decoration: none; color: #f90; text-decoration: underline } \ a:visited { text-decoration: underline; color: #F30; } \ a:hover { text-decoration: underline; color: #009 }\ a:active { text-decoration: underline; } \ #header { margin-left: 1em; margin-right: 1em; background-color: #9F9; }" );