<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:tt="http://teletype.in/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Памир</title><generator>teletype.in</generator><description><![CDATA[Памир]]></description><image><url>https://img2.teletype.in/files/16/de/16de50d5-ecc2-4392-922c-6cd262aedaa5.png</url><title>Памир</title><link>https://teletype.in/@zylfina</link></image><link>https://teletype.in/@zylfina?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=zylfina</link><atom:link rel="self" type="application/rss+xml" href="https://teletype.in/rss/zylfina?offset=0"></atom:link><atom:link rel="next" type="application/rss+xml" href="https://teletype.in/rss/zylfina?offset=10"></atom:link><atom:link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></atom:link><pubDate>Tue, 23 Jun 2026 23:15:07 GMT</pubDate><lastBuildDate>Tue, 23 Jun 2026 23:15:07 GMT</lastBuildDate><item><guid isPermaLink="true">https://teletype.in/@zylfina/xZTtcoqKvok</guid><link>https://teletype.in/@zylfina/xZTtcoqKvok?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=zylfina</link><comments>https://teletype.in/@zylfina/xZTtcoqKvok?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=zylfina#comments</comments><dc:creator>zylfina</dc:creator><title>Адад проверка</title><pubDate>Mon, 24 Nov 2025 10:30:15 GMT</pubDate><description><![CDATA[Проверка]]></description><content:encoded><![CDATA[
  <figure id="1LnM" class="m_column">
    <iframe srcdoc="<div id=&quot;quak-banner&quot; style=&quot;border: 2px solid #ff6b35; border-radius: 10px; padding: 15px; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); font-family: Arial, sans-serif; max-width: 400px; margin: 0 auto;&quot;>
    <div style=&quot;text-align: center; color: white; margin-bottom: 15px;&quot;>
        <h3 style=&quot;margin: 0 0 10px 0; color: #ff6b35; font-size: 18px;&quot;>ДЕЛАЕМ СТАВКИ</h3>
        <p style=&quot;margin: 0; font-size: 16px; font-weight: bold;&quot;>ПОЛУЧИТ ЛИ КВАК ПО ЛИЦУ?</p>
    </div>
    
    <div style=&quot;display: flex; gap: 10px; margin-bottom: 15px;&quot;>
        <button onclick=&quot;makeBet(&#x27;lucky&#x27;)&quot; style=&quot;flex: 1; padding: 10px; background: #4CAF50; color: white; border: none; border-radius: 5px; cursor: pointer; font-weight: bold; font-size: 14px;&quot;>
            ЕМУ ПОВЕЗЕТ
        </button>
        <button onclick=&quot;makeBet(&#x27;hit&#x27;)&quot; style=&quot;flex: 1; padding: 10px; background: #f44336; color: white; border: none; border-radius: 5px; cursor: pointer; font-weight: bold; font-size: 14px;&quot;>
            ПОЛУЧИТ!
        </button>
    </div>
    
    <div style=&quot;display: flex; justify-content: space-between; color: white; font-size: 12px;&quot;>
        <div style=&quot;text-align: center;&quot;>
            <div style=&quot;font-weight: bold; color: #4CAF50;&quot; id=&quot;lucky-count&quot;>0</div>
            <div>ПОВЕЗЕТ</div>
        </div>
        <div style=&quot;text-align: center;&quot;>
            <div style=&quot;font-weight: bold; color: #f44336;&quot; id=&quot;hit-count&quot;>0</div>
            <div>ПОЛУЧИТ</div>
        </div>
    </div>
</div>

<script>
// Используем localStorage для хранения ставок
function getBets() {
    const bets = localStorage.getItem(&#x27;quakBets&#x27;);
    return bets ? JSON.parse(bets) : { lucky: 0, hit: 0 };
}

function saveBets(bets) {
    localStorage.setItem(&#x27;quakBets&#x27;, JSON.stringify(bets));
    updateCounters();
}

function updateCounters() {
    const bets = getBets();
    document.getElementById(&#x27;lucky-count&#x27;).textContent = bets.lucky;
    document.getElementById(&#x27;hit-count&#x27;).textContent = bets.hit;
}

function makeBet(type) {
    const bets = getBets();
    bets[type]++;
    saveBets(bets);
    
    // Анимация клика
    const button = event.target;
    button.style.transform = &#x27;scale(0.95)&#x27;;
    setTimeout(() => {
        button.style.transform = &#x27;scale(1)&#x27;;
    }, 150);
}

// Инициализация при загрузке
document.addEventListener(&#x27;DOMContentLoaded&#x27;, updateCounters);
</script>"></iframe>
  </figure>
  <p id="KCrO">Проверка</p>

]]></content:encoded></item></channel></rss>