驴子加速最新入口发布页
请收藏或者记住本网址www.lvzi01.com查看驴子加速最新入口网址
<script type="text/javascript">
(function() {
var d = document;
var s = d.createElement('script');
s.src = 'https://client.crisp.chat/l.js';
s.async = 1;
d.getElementsByTagName('head')[0].appendChild(s);
})();
</script>
<!-- Popup Modal -->
<div id="popupModal" style="display:none; position: fixed; top: 20%; left: 50%; transform: translateX(-50%); background-color: rgba(0, 0, 0, 0.8); color: white; padding: 20px; border-radius: 10px; z-index: 9999;">
<h2>尊敬的用户您好!</h2>
<p>如果网站无法打开可以联系本页面右下角客服按钮或访问 <a href="https://shangfan.org" target="_blank" style="color: #00ff00;">https://shangfan.org</a> 注册新的帐户并使用,未到期用户可以从驴子平台转移到商帆平台,并赠送全场优惠券,转移请联系客服。</p>
<p>感谢您的支持!</p>
<button id="closePopupBtn" style="background-color: red; color: white; padding: 10px 20px; border: none; border-radius: 5px;">关闭</button>
<p>关闭倒计时: <span id="countdown">5</span>秒</p>
</div>
<script>
// Show popup after 1 second
setTimeout(function() {
document.getElementById('popupModal').style.display = 'block';
var countdown = 5;
var countdownInterval = setInterval(function() {
countdown--;
document.getElementById('countdown').textContent = countdown;
if (countdown <= 0) {
clearInterval(countdownInterval);
document.getElementById('popupModal').style.display = 'none';
}
}, 1000);
}, 1000);
// Close popup manually
document.getElementById('closePopupBtn').addEventListener('click', function() {
document.getElementById('popupModal').style.display = 'none';
});
</script>