Код:
<div id="elm1"><div class="pivet">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc finibus nisi tellus. Donec eleifend elit luctus aliquet bibendum. In dapibus odio sit amet egestas convallis. In eu iaculis erat. Nam accumsan tellus sed eros pulvinar lacinia. Suspendisse facilisis, lorem vitae vestibulum scelerisque, ipsum neque vulputate diam, vel interdum urna ante eu erat. </div> <div class="ready">готовность <b>80</b> %</div> <div class="sslka"><a href="">о мире</a><br> <a href="">нужные</a><br> <a href="">вопросы</a></div></div> <script src="http://forumstatic.ru/files/0015/c4/3f/26781.js"></script> <script type="text/javascript"> PR.nick = 'pr'; //Ник PR-аккаунта PR.pass = '1234'; //Пароль PR-аккаунта PR.btn_text = 'PR'; //Надпись на кнопке PR-входа(или ссылка на картинку); PR.set();</script>
Код:
<script><!--Универсальный скрипт замены. --> function UniverСhange(selektor,changed,substitute){ $(selektor).each(function(){if ($(this).parent().html()!=null){if($(this).parent().html().indexOf(changed)!=-1){ $(this).parent().html($(this).parent().html().replace(changed,substitute));};};});} UniverСhange("#pun-status .container","Привет","ты всё еще жив"); //На следущей строке можно добавить еще запрос </script> <!--кнопки вверх вниз--> <div class="go-up" id='ToTop'><img src="http://forumstatic.ru/files/0019/95/28/74517.jpg" border="0" /></div> <div class="go-down" id='OnBottom'><img src="http://forumstatic.ru/files/0019/95/28/74897.jpg" border="0" /></div> <!--кнопки вверх вниз--> <script type="text/javascript"> $(function(){ if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow") $(window).scroll(function(){ if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow") else $("#ToTop").fadeIn("slow") }); if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow") $(window).scroll(function(){ if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow") else $("#OnBottom").fadeIn("slow") }); $("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")}) $("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")}) }); </script> <script type="text/javascript"> var A=[1,2,3,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>var a,L,epl=$("#main-reply"),str='<small id="plng" style="border:1px solid rgba(255,255,255,0.1);padding:2px 7px;margin:0 20px 0 10px;background: #999999;font-family: roboto condensed;text-transform: uppercase;color: #dfdfdf;text-shadow: 1px 1px 0 #8d8d8d;">Написано символов: <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 type="text/javascript"> $('#pun-ulinks ul').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>'); </script> <!---------------------------- выделение кода Alex_63----------------------------> <script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/26102.js"></script> <script type="text/javascript">select_text.linkText = 'Выделить код' //текст ссылки</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> <!-- Конец --> <!-- черный title --> <!-- jquery уже подключен --> <script type="text/javascript">$(document).ready(function() { $('img[title],a[title]').tipsy({fade: true, gravity: 's'});});</script> <!-— Кликабельность ника в постах гостя --><script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script> <!-— Конец -->