Код:
<!-- Скрываем профиль в постах © Deff -->
<script type="text/javascript">
(function () {
function addStyle() { /*==123==;
<style type="text/css">#### .post-author,#### .post-sig,#### .pl-email,#### .pl-website{display:none !important}#### .post-body,#### .post-links,#### .post-links ul,#### h3>span{margin-left:0 !important}</style>
==123==;*/
} addStyle = addStyle.toString().split('==123==;')[1];
$('.post .post-content img[alt="hide-autor"]').each(function(){
var id = $(this).parents('.post').prop('id');
$(addStyle.replace(/####/gim,'#'+id)).insertBefore($(this));
});}());
</script>Источник и пример - здесь.