var runOnce = false; var V875 = videojs('player2',{ controls:true, autoplay:false, loop:false, preload:'auto', poster:"https://www.mrsexe.tv/images/loading.jpg", fluid:true },{plugins:{thumbnails:{width:120,height:90, basePath : "https://img.mrsexe.tv/thumbs/mf006485_1/"}}}); var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay'); V875.on('vast.adStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'none'; } }); V875.on('vast.contentStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'block'; } }); V875.src("https://dlms3.mrsexe.tv/822c066f9bec4fdc9aa4a684b809a842.mp4"); V875.on('play',function(event) { if (runOnce == false) { runOnce = true; callplay('875','lfap',''); } }); var myVideo = document.getElementById("player2"); if (myVideo.addEventListener) { myVideo.addEventListener('contextmenu', function(e) { e.preventDefault(); }, false); } else { myVideo.attachEvent('oncontextmenu', function() { window.event.returnValue = false; }); } // HDtoggle('https://dlms3.mrsexe.tv/822c066f9bec4fdc9aa4a684b809a842.mp4','https://dlms3.mrsexe.tv/770bbd1c616b82364b2c5450587647a0.mp4');