Privoxy nsf filter: Change nsf.gov background


/ Published in: Perl
Save to your folder(s)

Fix the background at the NSF


Copy this code and paste it in your HTML
  1. FILTER: nsf CSS-based replacement for flickering backgrounds
  2.  
  3. s@</head>@<style type="text/css">\n\
  4. /* Style sheet inserted by Privoxy's nsf filter. */\n\
  5. body{background:\#406480;}\n\
  6. </style>\n$0@
  7.  
  8. s|body background="/images/bg.gif"|body|g

URL: http://geneticrubbish.wordpress.com/2009/01/31/the-nsf-website-background/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.