<!-- Преобразование полей в HTML © Deff -->
<script>
$('.post-author li[class^="pa-fld"]').html(function(){
return $(this).text();
}).css('display', 'block');
</script>
<!-- Преобразование полей в HTML на странице "Профиль" © Deff -->
<script type="text/javascript">
function tst_profile_php_fld(){
$().pun_aboutReady(function(){
var a = $('body').find('#viewprofile #profile-right');
var b = a.find('strong:contains("<")').html(function(){return $(this).text();});
});}
if(document.URL.indexOf('/profile.php?id=')!=-1 ){
tst_profile_php_fld();
if( this.document==parent.document ){
$(window).on('message',function(){
tst_profile_php_fld();
});}
}
</script>
- Подпись автора
Текст Текст Текст