elaska
online now
(() => { const frames = [ "https://i.ibb.co/Kz5wZPqw/4.png", "https://i.ibb.co/yvK2mjQ/3.png", "https://i.ibb.co/Kz5wZPqw/4.png", "https://i.ibb.co/SDXsykQ1/1.png" ]; let i = 0; function setFavicon(src) { let link = document.querySelector('link[rel*="icon"]'); if (!link) { link = document.createElement("link"); link.rel = "icon"; document.head.appendChild(link); } link.href = src + "?v=" + Date.now(); } setFavicon(frames[0]); setInterval(() => { i = (i + 1) % frames.length; setFavicon(frames[i]); }, 100); })();
@media (max-width: 768px) { *:not(#image01):not(#image01 *) :not(.dc-heart):not(.dc-heart *) :not(#buttons01):not(#buttons01 *) { border-radius: 18px !important; } }
document.body.appendChild(document.getElementById('heart-anchor'));