Сообщение от ksa
|
Как вариант...
$(function (){
$('img[src="http://rtrgt.com/ypix.php?p=ur"]').hide();
};
|
вставил перед </head>:
<script type="text/javascript">
$(function (){
$('img[src="http://rtrgt.com/ypix.php?p=ur"]').hide();
};
</script>
то же самое.. может есть другой вариант? =)