Код:
<script src="https://forumstatic.ru/files/0019/97/fc/59365.js" type="text/javascript"></script>


<!-------------------------- Универсальный скрипт замены слов -------------------------->
<script type="text/javascript">
function Change(sc,ch,st){$(sc).parent().each(function(){$(this).html($(this).html().replace(ch,st));});}
Change('#navadmin span','Администрирование','админка');
Change('#pun-status .container .item2','Ваш последний визит','последний визит');
</script>

<script type="text/javascript">
var title = document.querySelectorAll('.pa-avatar img[title], p.formsubmit .button[title], input.button[title],#statistic-other a[title], .post-rating a[title], img.postimg[alt]'); 
var allTitle = title.length;
for (i=0; i<allTitle; i++){
    title[i].removeAttribute('title');
}
</script>


<!--вставка изображения -->
<script>
var oldIMG="<td id=\"button-image\" title=\"Изображение\"><img onclick=\"bbcode('[img]','[/img]')\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script>
<!-- Конец -->


<!--Отключить функцию "Поделиться" -->
<script type="text/javascript">
RusffCore.sets.share = false;
</script>

<!--Отключить функцию "Это интересно" -->
<script type="text/javascript">
rusffLive.enable = false;
</script>


<!--- хтмл в постах с допуском по группам © Alex_63 --->

<!-- HTML в постах -->
<script type="text/javascript" src="https://forumstatic.ru/files/0018/25/96/94151.js"></script>
<script type="text/javascript">
HTMLinPost.groups = [1,2,3,4,5,6,7]; // Группы, допущенные к вставке HTML в посты
HTMLinPost.noAccess = []; // Пользователи с запретом вставки HTML в посты
HTMLinPost.parseHTMLinPosts()
</script>
<!--- конец --->

<script type="text/javascript">
    function Transform_Code_Box_in_HTML(aX){
    var TemLnk=aX.replace(/^(.*viewtopic\.php\?id=\d*).*$/ig,"$1");
    var PstId=aX.replace(/^.*viewtopic\.php\?id=.*(#p\d+)$/ig,"$1");
    var L=document.URL.replace(TemLnk,'');
    if(L!=document.URL&&(L.slice(0,1)).search(/\d/ig)==-1 ){
    L=$("div.topic "+PstId);
    if(L.length==1){
    var Lhtm=L.find(".post-content .code-box:first .scrollbox pre").text();
    L.find(".post-content .code-box:first").replaceWith(Lhtm)
    }}}
    function Demo_HTML(Ts){var Ll=Ts.parents(".htmldemo").find(".code-box .scrollbox pre").text();
    Ts.parents(".htmldemo").after('<div class="demHtml">'+Ll+'</div>');Ts.replaceWith(DemoButt0);
    }
    $("#pun-viewtopic .post .code-box").each(function(){
    if($(this).text().indexOf('<!--HTML-->')!=-1){
    $(this).wrap('<div class="htmldemo"></div>')
    $(this).replaceWith($('.htmldemo').text().split('<!--HTML-->')[1]);
    }
    });
    </script>


<!-- Регулировка размера шрифта в постах © Alex_63 -->
<style>
.FNTslider {
  border-radius: 4px;
  position:relative;z-index:1000;
  background: #a78d7e;
  width: 110px;
  height: 5px;
  margin: 3px 5px;
  border: solid 0px #;
  float: right;
  margin-top: 5px;
  margin-right: 7%;
}
.FNTslider .before {
  height: 6px;
  border: solid 0px transparent;
  border-right: none 0;
  border-radius: 4px 0 0 4px;
  position: absolute;
  background: #3b3330;
  margin-top: -1px;
  box-shadow: 0px 0px 2px 0px rgb(203, 176, 120) inset;
}
.FNTslider .thumb {
  width: 8px;
  height: 13px;
  border-radius: 3px;
  position: relative;
  top: -4px;
  background: #3b3330;
  cursor: pointer;
}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/31001.js"></script>
<!-- Конец -->


<!-- аватар гостя и голого профиля -->
<script type="text/javascript">
var DefAvtr="https://funkyimg.com/i/34Xz9.png"; //Для Юзера
var GuestAvtr="https://funkyimg.com/i/34XjB.png";//Для Гостя
$("li.pa-title").each(function(){
var b = DefAvtr;if($(this).text()=='Гость')b = GuestAvtr;
var s='<li class="pa-avatar item2"><img class="defavtr" src="'+b+'" alt="Аватар"/></li>';
if (($(this).parent("ul").find("li.pa-avatar").html())==null){$(this).after(s);};});
</script>


<!--Код Замены тире на длинный дефис -->
<script type="text/javascript">
$('.post-content p').each(function(){
  function replacer(str){return str.replace(/-\s|–\s/gm,'— ');}
  var a = $(this).clone().wrap('<div></div>').parent().html();
  var b = a.replace(/>[^<>]+</gim,replacer);
  if(a!=b)$(this).replaceWith(b)
});
</script>


<!-- Исключение из "Цитировать" подписи и "отредактировано" -->
<script type="text/javascript"> (function(){    var p =[];
  $('.post').find('.pl-quote').click(function(){
    p[0] = $(this).parents('.post').find('.lastedit');
    p[1] = $(this).parents('.post').find('.post-sig');
    p[2] = p[0].html();p[3] = p[1].html();
    p[0].html('');p[1].html('');
    setTimeout(function(){p[0].html(p[2]);p[1].html(p[3])},600);});
}());
</script>
<!-- конец -->

<!--обтекание изображения 2.4.4-->
<script language="javascript">
$(function(){
$('td#button-link').before('<td id="floatbut" style=\'background-image:url("http://s002.radikal.ru/i198/1009/43/f183caeae434.gif")\'></td>');
$('#floatbut, .vibor').click(function(){
$('div#float').toggle();});
  });
elm=document.getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content") 
{
post = elm[x].innerHTML;
if(post.indexOf("[/float]") != -1) {
floats = /\[float=(.*?)\]([^\[]*)\[\/float\]/gi
elm[x].innerHTML = elm[x].innerHTML.replace(floats, "<span style='float: $1; margin: 15px; text-align: $1;'>$2</span>")
}}
</script>
<div id="float" style="display:none;background:#FFFFCC;border:1px solid black; width:auto; padding:8px; position:absolute; margin-top:-32%; margin-left:35%; z-index:20">
<div><strong>Направление обтекания</strong></div><br>
<div align="center">
<img class="vibor" src="http://s001.radikal.ru/i193/1009/96/695abc799ddb.png" title="left" onclick="bbcode('[float=left]', '[/float]')" />
<img class="vibor" src="http://s002.radikal.ru/i199/1009/ac/95c10fcc7d82.png" title="right" onclick="bbcode('[float=right]', '[/float]')" />
</div></div>

 <!-- ник гостя -->
<script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script>

<!--Сокрытие названия дополнительных полей профиля-->
<script type="text/javascript">
var A=[1,4,5]
$(".post .post-author li").each(function (){
for(var i in A){if($(this).hasClass("pa-fld"+A[i])){
$(this).html($(this).html().replace(/^[^:]*:/,''));}};});
</script>


<!-- Удаляем лишние строки после цитаты и кода // v.3 © Alex_63 -->
    <script type="text/javascript">
    $('.post-content').each(function() {
        var CNT = $(this).html();
        CNT = CNT.replace(/<p><br><\/p>/img,'');
        CNT = CNT.replace(/<p><br><br>(.*?)<\/p>/img,'<p>$1</p>');
        CNT = CNT.replace(/<p><br>(.*?)<\/p>/img,'<p>$1</p>');
        $(this).html(CNT);
    });
    </script>

<!-- новые сообщения -->
<script type="text/javascript">
$('#pun-ulinks ul').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>');
</script>

<!--ТЕГ  абзаца - [indent] -->
    <style>#button-indent {background:url(http://s7.uploads.ru/t/mnkgq.png)no-repeat center 6px!important;}</style>
    <script type="text/javascript">(function(){ var b = '[indent]';
    $("#button-strike").after('<td id="button-indent" title="Отступы"><img src="/i/blank.gif"  onclick="smile(\''+b+'\')"></td>');
    var indent = '<span style="display:inline-block;margin:0em 1.1em;"></span>'; /*удвоенные Отступы сверху и слево*/
    $('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}());
    </script>



<!-- счётчик символов -->
<script>var a,L,epl=$("#main-reply"),str='<small id="plng" style="border-bottom:1px solid;padding:2px 3px;margin:0px 20px 0 -10px !important;/*! color: #7b636d !important; */font-family:  roboto !important;font-size: 9px !important;font-style: normal;font-weight: normal;text-transform: uppercase;display: inline-block;position: relative;">Написано символов: <b>00</b> </small>';epl.parents("fieldset").find("legend").prepend(str);function epl3(){a=epl.val().length;if(a>9){L=''}else{L='0'};$("#plng b").text(L+a)};epl3();$(".pl-quote").click(function (){setTimeout('epl3()',100)});epl.bind('mouseout mousemove keydown keypress keyup',function(e){epl3()});</script>

<!--смена имиджа-->
<script src="https://forumstatic.ru/files/0017/95/29/89289.js"></script>
<script>
hvScriptSet.addMask({
    forumAccessExtended:{
'Luke, I Am Your Father // фендомные темы': ['Принятые пользователи', 'PR'],
'Hear Me Roar // фендомные эпизоды': ['Принятые пользователи', 'PR'],
'It\'s going to be legendary // межфендомные эпизоды': ['Принятые пользователи', 'PR'],
'May the Force be with you // альтернатива': ['Принятые пользователи', 'PR'],
'Yeah, Mr. White! // завершенные эпизоды': ['Принятые пользователи', 'PR'],
'Bazinga // флуд': ['Принятые пользователи', 'PR'],
'Hakuna Matata // события': ['Принятые пользователи', 'PR'],
'Dracarys // дневники': ['Принятые пользователи', 'PR']
},
    changeList: {
        'pafld1': {
            title: 'Личное звание',
            description: 'Маска лз для ваших игровых нужд',
            tag: 'info',
            class: 'pa-fld1',
            defaultCode: '<lzfan>фендом</lzfan><a class="lz_name" href="ССЫЛКА НА АНКЕТУ">ИМЯ ПЕРСОНАЖА, ВОЗРАСТ</a><lz_text><br>КРАТКОЕ ОПИСАНИЕ ВАШЕГО ПЕРСОНАЖА </lz_text>',
            type: 'html'
        }
    },
    userFields: ['pa-author', 'pa-title', 'pa-avatar', 'pa-fld1', 'pa-fld2', 'pa-posts', 'pa-respect', 'pa-last-visit', 'pa-online', 'pa-awards']
});
</script>


<!-- Сокрытие наград-->

<style type="text/css">.pa-awards {
 margin: 0px auto -10px;
 padding:0!important;
 text-align: center;
 clear: both;
  padding-top: 10px !important;
}.mini_awards_label, .mini_awards {display: none;} #awrdbut * {cursor: pointer; }</style>
  <script>
(function () {
      var awards_button = "<img src='https://i.imgur.com/xxiF1Fs.png'>";

      function awards_spoiler() {
          $(".pa-awards").prepend("<span id='awrdbut'>"+awards_button+"</span>");
          $("#awrdbut > *").click(function(){$(this).parents(".pa-awards").find(".mini_awards_label, .mini_awards").toggle("slow");});
      }
      var t=0;  var time_func = setInterval(function(){ t++;
          if (t>100) { clearInterval(time_func); return; } 
          if ($(".pa-awards").length) { clearInterval(time_func); awards_spoiler() }
      },100);
}())
  </script>

<!-- шрифты -->
<script type="text/javascript">
if ($('#post').length) {
var ft; var i; var ft_f; var j = "";
ft = document.getElementById("font-area");
var ft_f = new Array();


ft_f.push('Adlery Pro');
ft_f.push('Alegreya Sans');
ft_f.push('Amatic');
ft_f.push('Archive');
ft_f.push('Bangers');
ft_f.push('Bebas Neue');
ft_f.push('Boyarsky');
ft_f.push('Caveat');
ft_f.push('Certege');
ft_f.push('Corinthia');
ft_f.push('Cuprum');
ft_f.push('Debby');
ft_f.push('Decor Condensed');
ft_f.push('El Messiri');
ft_f.push('Free Pixel');
ft_f.push('Helvetica');
ft_f.push('Lobster');
ft_f.push('Marck Script');
ft_f.push('Minecraftia');
ft_f.push('Nautilus Pompilius');
ft_f.push('Open Sans');
ft_f.push('Oswald');
ft_f.push('Pattaya');
ft_f.push('Playfair Display');
ft_f.push('Rage');
ft_f.push('Roboto');
ft_f.push('Smallest Pixel');
ft_f.push('Ubuntu Condensed');
ft_f.push('Unitype');
ft_f.push('Web Font');
ft_f.push('Yanone Kaffeesatz');

ft_f.push('<br>');


ft_f.push('<Center><b>Только латиница:</b></center>');
ft_f.push('Afrile Script');
ft_f.push('Alissya');
ft_f.push('Amalina');
ft_f.push('Amist');
ft_f.push('Andora');
ft_f.push('Angry Android');
ft_f.push('Antishbusy');
ft_f.push('Audrey and Reynold');
ft_f.push('Auto Signature');
ft_f.push('Avengers');
ft_f.push('Befitting');
ft_f.push('Belista');
ft_f.push('Better');
ft_f.push('Bira')
ft_f.push('Bodoni');
ft_f.push('Bonita');
ft_f.push('Brusher');
ft_f.push('Caramello');
ft_f.push('Cassandre');
ft_f.push('Celesta');
ft_f.push('Chasing Embers');
ft_f.push('Chiko and Owlie');
ft_f.push('Concert One');
ft_f.push('Cutepunk');
ft_f.push('Darloune');
ft_f.push('Dancing Script');
ft_f.push('Drinking');
ft_f.push('Earcy Day');
ft_f.push('Edition');
ft_f.push('Egebrechtre');
ft_f.push('Emma Signature');
ft_f.push('Fjalla One');
ft_f.push('Florence');
ft_f.push('Foxlite Script');
ft_f.push('Fugaz One');
ft_f.push('Fusterd Brush');
ft_f.push('Gourmandise');
ft_f.push('Gypsy Brush');
ft_f.push('Handlee');
ft_f.push('Hearth Stone');
ft_f.push('Hellena');
ft_f.push('High Tide');
ft_f.push('Homestead');
ft_f.push('Hunting');
ft_f.push('Hygge Home');
ft_f.push('Indie Flower');
ft_f.push('Inkland');
ft_f.push('Jackie');
ft_f.push('Jandys');
ft_f.push('Josephine');
ft_f.push('Kadung Tresno');
ft_f.push('Kaushan Script');
ft_f.push('Kristi');
ft_f.push('King Basil');
ft_f.push('KG Do You Love Me');
ft_f.push('Leather');
ft_f.push('Lighthouse');
ft_f.push('Localghost');
ft_f.push('Lovelyoufree');
ft_f.push('Magelove');
ft_f.push('Magic');
ft_f.push('Makinglovem');
ft_f.push('Marcellus SC');
ft_f.push('Mekar Script');
ft_f.push('Melloner');
ft_f.push('Mellony Dry Brush');
ft_f.push('Memories');
ft_f.push('Minecraft');
ft_f.push('Modennta');
ft_f.push('Morva');
ft_f.push('Mung Signature');
ft_f.push('My Puma');
ft_f.push('Neurotox');
ft_f.push('Nouvelle Vague');
ft_f.push('Oleo Script Swash Caps');
ft_f.push('Oranienbaum');
ft_f.push('Otama');
ft_f.push('Ourlastt');
ft_f.push('Paula Eva');
ft_f.push('Pirmokas');
ft_f.push('Pixelmix');
ft_f.push('Raustila');
ft_f.push('Rehema');
ft_f.push('Retailistic');
ft_f.push('Rhonde');
ft_f.push('Rofi Taste');
ft_f.push('Romanesco');
ft_f.push('Rosetta');
ft_f.push('Salute Riches Free');
ft_f.push('Samantha');
ft_f.push('Sansita One');
ft_f.push('Satisfy');
ft_f.push('Seltons');
ft_f.push('Serangkai');
ft_f.push('Sexy Shout');
ft_f.push('Shadows Into Light');
ft_f.push('She Always Walks Alone');
ft_f.push('Signerica');
ft_f.push('Silkscreen');
ft_f.push('Six Caps');
ft_f.push('So Lovely');
ft_f.push('Sophia');
ft_f.push('Soulgates');
ft_f.push('Squarewave');
ft_f.push('Sue Ellen Francisco');
ft_f.push('Summer Cherry');
ft_f.push('Sunbreath');
ft_f.push('Sweet Pea');
ft_f.push('Sweety Lovers');
ft_f.push('Taken by Vultures');
ft_f.push('Telegrafico');
ft_f.push('The Rich Jullietta');
ft_f.push('The Suavity');
ft_f.push('Upil Kering');
ft_f.push('Visitor');
ft_f.push('Wendy');
ft_f.push('Winsberg');
ft_f.push('Wild Ones');
ft_f.push('Wild Youth');
ft_f.push('Wild Blueberry');
ft_f.push('Witched');
ft_f.push('Xtreem');
ft_f.push('Yesteryear');
ft_f.push('Youngblood');
ft_f.push('Zains');

for (i in ft_f) {
j = "<div><span style='font-family:" + ft_f[i] + ";'>" + ft_f[i] +  "</span><img src='/i/blank.gif' onclick=\"bbcode('[";
j += "font=" + ft_f[i];
j += "]','[/font]')\" /></div>";
ft.innerHTML += j;
}}
</script>


<script type="text/javascript">
document.onkeydown=function(e){
if (e) event=e
if ((event.keyCode==13)&&(event.ctrlKey)){
document.getElementById('post').submit.click();
}}
</script>

<!-— Быстрое редактирование постов © Alex_63 // V.3 -->
<script src="https://forumstatic.ru/files/0015/c4/3f/97896.js" type="text/javascript"></script>

<!-- Восстановление последнего поста при утере by Человек-Шаман -->
<script>
$(document).ready(function() {
  $('#addition-area').append(function() {
    return $('<div>Восстановить последний пост</div>').click(restoreLastPost);
  });
  function restoreLastPost() {
    $('#main-reply').val(localStorage.ReservePost);
  };
});
</script>
<!--конец-->