Sign In
×
' Video.video_pause(); Video.ad_playing = true; var div = document.createElement('div') div.id = 'advid' div.classList.add('advid') div.innerHTML = vidstring; document.body.appendChild(div) var ad_video = document.getElementsByClassName('advideo')[0] ad_video.play(); setTimeout(Video.ment_countdown, 1000); if (document.webkitIsFullScreen || document.mozFullscreen) { Video.ad_was_fullscreen = true; document.exitFullscreen(); } } Video.ment_startdown = function () { Video.ad_started_once = true; var vidstring = '
Ad is starting soon.
' var div = document.createElement('div') div.id = 'advid' div.classList.add('advid') div.innerHTML = vidstring; document.body.appendChild(div) setTimeout(Video.ment_show, 5000); } Video.ment_countdown = function () { Video.ment_seconds = (Video.ment_seconds || 60) - 1; $('.advid .info span').text(Video.ment_seconds); if (Video.ment_seconds <= 0) { Video.ment_close(); } else if (Video.ment_seconds == 45) { $('.advid .info').append(" Skip Ad"); setTimeout(Video.ment_countdown, 1000); } else { setTimeout(Video.ment_countdown, 1000); } } Video.ment_close = function () { var div = document.getElementsByClassName('advid')[0] document.body.removeChild(div) Video.play_video() $("video")[0].requestFullscreen(); }
Copyright © 2025 AnimeCon.org and ani-me.sitesunblocked.org
Your use of this website is subject to the and conditions and .