// ==UserScript==
// @name           XuYandex
// @namespace      chanishvili.org
// @description    Убирает рекламу со страниц серпа Яндекса
// @author         Роланд Чанишвили
// @include        http://yandex.*/yandsearch*
// @require        http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js
// @resource       xylogo http://chanishvili.org/gm/xuyndex.png
// @version        0.2
// @-unwrap
// ==/UserScript==

$("img[src$='logo.png']").attr('src',GM_getResourceURL('xylogo'));
$('div.eo > div').each(function(){$(this).hide();});
$('div.en > .hf').hide();
$('div.en > .he').hide();
