<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://skaditest2.rusff.me/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>test skadi</title>
		<link>http://skaditest2.rusff.me/</link>
		<description>test skadi</description>
		<language>ru-ru</language>
		<lastBuildDate>Wed, 13 May 2026 12:09:12 +0300</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>Тестовое сообщение</title>
			<link>http://skaditest2.rusff.me/viewtopic.php?pid=27#p27</link>
			<description>&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;&amp;lt;script&amp;gt;
document.addEventListener(&amp;quot;DOMContentLoaded&amp;quot;, function () {

  const posts = document.querySelectorAll(&amp;quot;.post-content, .post_body&amp;quot;);

  posts.forEach(post =&amp;gt; {

    let html = post.innerHTML;

    //  ТОЛЬКО  BB
    const tags = [
      &amp;quot;lank&amp;quot;,&amp;quot;tags&amp;quot;,&amp;quot;profc&amp;quot;,&amp;quot;aname&amp;quot;,&amp;quot;afc&amp;quot;,&amp;quot;city&amp;quot;,&amp;quot;job&amp;quot;,
      &amp;quot;facts&amp;quot;,&amp;quot;facts-list&amp;quot;,&amp;quot;facts-text&amp;quot;
    ];

    tags.forEach(tag =&amp;gt; {
      html = html
        .replace(new RegExp(`\\[${tag}\\]`, &amp;quot;gi&amp;quot;), `&amp;lt;div class=&amp;quot;${tag}&amp;quot;&amp;gt;`)
        .replace(new RegExp(`\\[\\/${tag}\\]`, &amp;quot;gi&amp;quot;), `&amp;lt;/div&amp;gt;`);
    });

    html = html
      .replace(/\[fank\]/gi, `&amp;lt;div class=&amp;quot;fank&amp;quot;&amp;gt;`)
      .replace(/\[\/fank\]/gi, `&amp;lt;/div&amp;gt;`);

// убираем все &amp;lt;br&amp;gt;
 html = html.replace(/&amp;lt;br\s*\/?&amp;gt;/gi, &#039;&#039;);
// убираем пустые параграфы
 html = html.replace(/&amp;lt;p&amp;gt;\s*&amp;lt;\/p&amp;gt;/gi, &#039;&#039;);


    // &amp;#10071; ВАЖНО: не ломаем spoiler/media — просто вставляем обратно HTML
    post.innerHTML = html;

  });

});
&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (skadi)</author>
			<pubDate>Wed, 13 May 2026 12:09:12 +0300</pubDate>
			<guid>http://skaditest2.rusff.me/viewtopic.php?pid=27#p27</guid>
		</item>
	</channel>
</rss>
