<!-- This is a Kaizou description file -->
<!-- Please visit http://www.kaizou.org to see how to use it -->
<kaizou xmlns="http://www.kaizou.org">
<title>Halloween everyday</title>
<author>Kaizouman</author>
<link>http://www.kaizou.org</link>
<description>Replaces the current google logo by the halloween google logo</description>
<target>
<uri>http://www.google.com/en</uri>
<pattern>http://www.google.*</pattern>
</target>
<transform>
<xpath>//img[contains(@src, &#039;logo&#039;)]</xpath>
<actions>
<set-attr>
<name>src</name>
<value>http://www.google.com/logos/halloween06.gif</value>
</set-attr>
</actions>
</transform>
</kaizou>
