topical media & game development

talk show tell print

mashup-delicious-09-deliciousmashupskin.user.js / js



  // ==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; }"
  );
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.