<!-- Скрываем подфорумы с главной --> ( вместо тр форум ф номер - номер подфорума)
<style type="text/css">
tr#forum_f7, tr#forum_f21, tr#forum_f20, tr#forum_f23, tr#forum_f22, tr#forum_f24, tr#forum_f25, tr#forum_f26 {
display: none;
}
</style>

<!-- Скрываем профиль в постах © Deff -->
<style>img[alt="hide-autor"]{display:none}</style>
<script type="text/javascript">
FORUM.set('editor.addition.tags.hide_provil', {name:'скрытие Профиля',onclick:function(){smile('[im'+'g=hide-autor]https://is.gd/ekiTPp['+'/img]');}});
$().pun_mainReady(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>