<?xml version="1.0" encoding="utf-8" ?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:tt="http://teletype.in/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"><title>Памир</title><author><name>Памир</name></author><id>https://teletype.in/atom/zylfina</id><link rel="self" type="application/atom+xml" href="https://teletype.in/atom/zylfina?offset=0"></link><link rel="alternate" type="text/html" href="https://teletype.in/@zylfina?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=zylfina"></link><link rel="next" type="application/rss+xml" href="https://teletype.in/atom/zylfina?offset=10"></link><link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></link><updated>2026-06-23T23:15:10.124Z</updated><entry><id>zylfina:xZTtcoqKvok</id><link rel="alternate" type="text/html" href="https://teletype.in/@zylfina/xZTtcoqKvok?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=zylfina"></link><title>Адад проверка</title><published>2025-11-24T10:30:15.677Z</published><updated>2025-11-24T10:30:15.677Z</updated><summary type="html">Проверка</summary><content type="html">
  &lt;figure id=&quot;1LnM&quot; class=&quot;m_column&quot;&gt;
    &lt;iframe srcdoc=&quot;&lt;div id=&amp;quot;quak-banner&amp;quot; style=&amp;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;&amp;quot;&gt;
    &lt;div style=&amp;quot;text-align: center; color: white; margin-bottom: 15px;&amp;quot;&gt;
        &lt;h3 style=&amp;quot;margin: 0 0 10px 0; color: #ff6b35; font-size: 18px;&amp;quot;&gt;ДЕЛАЕМ СТАВКИ&lt;/h3&gt;
        &lt;p style=&amp;quot;margin: 0; font-size: 16px; font-weight: bold;&amp;quot;&gt;ПОЛУЧИТ ЛИ КВАК ПО ЛИЦУ?&lt;/p&gt;
    &lt;/div&gt;
    
    &lt;div style=&amp;quot;display: flex; gap: 10px; margin-bottom: 15px;&amp;quot;&gt;
        &lt;button onclick=&amp;quot;makeBet(&amp;#x27;lucky&amp;#x27;)&amp;quot; style=&amp;quot;flex: 1; padding: 10px; background: #4CAF50; color: white; border: none; border-radius: 5px; cursor: pointer; font-weight: bold; font-size: 14px;&amp;quot;&gt;
            ЕМУ ПОВЕЗЕТ
        &lt;/button&gt;
        &lt;button onclick=&amp;quot;makeBet(&amp;#x27;hit&amp;#x27;)&amp;quot; style=&amp;quot;flex: 1; padding: 10px; background: #f44336; color: white; border: none; border-radius: 5px; cursor: pointer; font-weight: bold; font-size: 14px;&amp;quot;&gt;
            ПОЛУЧИТ!
        &lt;/button&gt;
    &lt;/div&gt;
    
    &lt;div style=&amp;quot;display: flex; justify-content: space-between; color: white; font-size: 12px;&amp;quot;&gt;
        &lt;div style=&amp;quot;text-align: center;&amp;quot;&gt;
            &lt;div style=&amp;quot;font-weight: bold; color: #4CAF50;&amp;quot; id=&amp;quot;lucky-count&amp;quot;&gt;0&lt;/div&gt;
            &lt;div&gt;ПОВЕЗЕТ&lt;/div&gt;
        &lt;/div&gt;
        &lt;div style=&amp;quot;text-align: center;&amp;quot;&gt;
            &lt;div style=&amp;quot;font-weight: bold; color: #f44336;&amp;quot; id=&amp;quot;hit-count&amp;quot;&gt;0&lt;/div&gt;
            &lt;div&gt;ПОЛУЧИТ&lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

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

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

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

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

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

</content></entry></feed>