Mirra Bell
Cкрипт скрытия стоит в HTML низ перед респектами, выделил красным:
<script language="JavaScript">
if( !document.getElementById("navprofile") )
{
document.write("<style>")
document.write(".post-content IMG{display:none !important}")
document.write("</style>")
}
</script><script>
rep="Респекты"
var arr=document.getElementsByTagName("li")
for(x in arr){
if(arr[x].className=="pa-reputation"){
str=arr[x].innerHTML
arr[x].innerHTML=rep+str.substring(9)
}}
</script>