<!-- 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>Kaizoogle</title>
<author>Kaizouman</author>
<link>http://www.kaizou.org</link>
<description>A revamping of the Google Home page: replaces the google logo by a kaizou logo, and change all links to point back to http://www.kaizou.org</description>
<target>
<uri>http://www.google.com/en</uri>
<pattern>http://www.google.*</pattern>
</target>
<transform>
<xpath>//img[contains(@src, "logo")]</xpath>
<actions>
<set-attr>
<name>src</name>
<value>http://www.kaizou.org/editor/images/kaizoogle.gif</value>
</set-attr>
</actions>
</transform>
<transform>
<xpath>//a</xpath>
<actions>
<set-attr>
<name>href</name>
<value>http://www.kaizou.org</value>
</set-attr>
</actions>
</transform>
<transform>
<xpath>//form[contains(@action,"search")]</xpath>
<actions>
<set-attr>
<name>action</name>
<value>http://www.kaizou.org/</value>
</set-attr>
</actions>
</transform>
</kaizou>

