.playerLogo:hover{ -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-filter: drop-shadow(0px 0px 30px #ff0000); /* Chrome, Safari, Opera */ filter: drop-shadow(0px 0px 30px #1e73be); } .playerTagline{ text-align: center; font-size: 0.8em; padding:5px; text-transform:uppercase; color:#fff; text-shadow: 2px 2px 4px #000000; } .playerButtons{ float:none; margin:auto; text-align: center; padding:5px 0px 15px 0px; background:rgba(0,0,0,0.6); } .playerButtons .btn{ float:none; margin:auto; margin-top:5px; font-weight: bold; border:1px solid black; /* background: rgba(201,48,44,0.8); */ background:#1e73be; opacity:0.8; /*-webkit-transform: skew(-15deg); -moz-transform: skew(-15deg); -o-transform: skew(-15deg);*/ } .playerButtons .btn:hover{ /* background: #FF150F; */ opacity:1; } #playerAdBtns{ color:white !important; float:none; text-align: center; margin:auto; } #playerAdBtns .btn{ float:none; margin:auto; font-weight: bold; } #adbtnss{ transform:scale(0.6); } .playerFooter{ padding:5px; background:rgba(0,0,0,0.6); } @media only screen and (max-width: 600px) { .playerFooter{ display:none; } .playerContent{ bottom:5%; overflow:scroll; } }

document.onkeydown = function(e) { if (e.ctrlKey && (e.keyCode === 67 || e.keyCode === 86 || e.keyCode === 83 || e.keyCode === 85 || e.keyCode === 80 || e.keyCode === 123 || e.keyCode === 73 || e.keyCode === 74 || e.keyCode === 117)) { alert('PROIBIDO'); return false; } else { return true; } };

$(document).bind('keydown', function(e) { if(e.ctrlKey && (e.which == 83)) { e.preventDefault(); alert('PROIBIDO'); return false; } }); $(document).keydown(function (event) { if (event.keyCode == 123) { // Prevent F12 return false; } else if (event.ctrlKey && event.shiftKey && event.keyCode == 73) { // Prevent Ctrl+Shift+I return false; } }); $(document).on("contextmenu", function (e) { e.preventDefault(); });s




Escolha um servidor abaixo e assista o canal, caso estiver offline ou lento, clique em mudar servidor e escolha outro.


if (url.indexOf("://") > -1) { hostname = url.split('/')[2]; } else { hostname = url.split('/')[0]; }

//find & remove port number hostname = hostname.split(':')[0]; //find & remove "?" hostname = hostname.split('?')[0];

return hostname; } function extractRootDomain(url) { var domain = extractHostname(url), splitArr = domain.split('.'), arrLen = splitArr.length;

//extracting the root domain here //if there is a subdomain if (arrLen > 2) { domain = splitArr[arrLen - 2] + '.' + splitArr[arrLen - 1]; //check to see if it's using a Country Code Top Level Domain (ccTLD) (i.e. ".me.uk") if (splitArr[arrLen - 2].length == 2 && splitArr[arrLen - 1].length == 2) { //this is using a ccTLD domain = splitArr[arrLen - 3] + '.' + domain; } } return domain; }

var links=[ {"Nome":"ELEVEN SPORTS 1","Url":"/eleven-1.php","Legenda":"","Tipo":"1"},{"Nome":"OPÇÃO 2","Url":"/eleven1.php","Legenda":"","Tipo":"1"},{"Nome":"ELEVEN SPORTS 2","Url":"/eleven-2.php","Legenda":"","Tipo":"1"},{"Nome":"OPÇÃO 2","Url":"/eleven2.php","Legenda":"","Tipo":"1"},{"Nome":"ELEVEN SPORTS 3","Url":"/eleven-3.php","Legenda":"","Tipo":"1"},{"Nome":"OPÇÃO 2","Url":"/eleven3.php","Legenda":"","Tipo":"1"},{"Nome":"ELEVEN SPORTS 4","Url":"/elevensport4.php","Legenda":"","Tipo":"1"},{"Nome":"ELEVEN SPORTS 5","Url":"/elevensport5.php","Legenda":"","Tipo":"1"},{"Nome":"ELEVEN SPORTS 6","Url":"/elevensport6.php","Legenda":"","Tipo":"1"}]; $.each(links, function (key, data) {$('.playerButtons').append(' '); })

$(".playerButtons .btn").click(function(){ buttonIndex = $(this).index() -1; var iframe = $("#iframeVideo"); var url = links[buttonIndex].Url; var videohosts = ["apollocdn.cc", "moonwalk.cc", "streamguard.cc", "alfastream.cc", "actelecup.com", "akugyash.com", "algidri.com", "acterbiz.com"] var parser = document.createElement('a'); parser.href = url if(videohosts.includes(parser.hostname)){ // console.log('culprit') // var newUrl = 'https://streamguard.cc'+parser.pathname+parser.search+parser.hash var newUrl = 'https://bravidsio.com'+parser.pathname+parser.search+parser.hash iframe.attr("src", newUrl); } else if(parser.hostname=='openload.co'){ var newUrl = 'https://oload.club'+parser.pathname+parser.search+parser.hash iframe.attr("src", newUrl); } else if(parser.hostname=='oload.stream'){ var newUrl = 'https://oload.club'+parser.pathname+parser.search+parser.hash iframe.attr("src", newUrl); } else if(parser.hostname=='thevid.net'){ var newUrl = 'https://thevid.live'+parser.pathname+parser.search+parser.hash iframe.attr("src", newUrl); } else if(parser.hostname=='thevid.tv'){ var newUrl = 'https://thevid.live'+parser.pathname+parser.search+parser.hash iframe.attr("src", newUrl); } else if(parser.hostname=='www.fembed.com'){ var newUrl = 'https://vcdn.io'+parser.pathname+parser.search+parser.hash iframe.attr("src", newUrl); } else if(parser.hostname=='verystream.com'){ var newUrl = 'https://woof.tube'+parser.pathname+parser.search+parser.hash iframe.attr("src", newUrl); } else if(parser.protocol=='http:'){ var newUrl = 'https://'+parser.hostname+parser.pathname+parser.search+parser.hash iframe.attr("src", newUrl) } else{ iframe.attr("src", url); } $(".iframePlayer").css("display", "block"); }); $(".changeServer").click(function(){ var iframe = $("#iframeVideo"); iframe.attr("src", ""); $(".iframePlayer").css("display", "none"); });

/*! Personalización */ /* Base -----------------------------------------*/ [id=WgD] { font-family: 'Roboto', sans-serif; /* fuente */ background: #FF416C; /* color de fondo */ background: linear-gradient(to right, #FF4B2B, #FF416C); /* degradado */ } .WgD-particles i { color: rgba(0, 0, 0, 0.2); /* color de partículas */ } /* Animación -----------------------------------------*/ .WgD-container { -webkit-animation: bounceIn 1s; /* animación */ animation: bounceIn 1s; /* animación */ } /* Cuerpo -----------------------------------------*/ .WgD-container { padding: 3.2em; /* relleno */ max-width: 450px; /* ancho */ background-color: #fff; /* color de fondo */ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.1); /* sombra */ text-align: center; /* alineación del texto */ line-height: 1.5; /* interlineado */ border-radius: 10px; /* bordes redondeados */ color: #37474F; /* color del texto */ } .WgD-title { font-size: 1.6em; /* tamaño del título */ } .WgD-text { font-size: 1.2em; /* tamaño del texto */ } /* Boton Recargar -----------------------------------------*/ .WgD-reload { box-shadow: rgba(0, 0, 0, .12) 0 3px 13px 1px; /* sombra */ color: #fff; padding: 1em 1.5em; /* relleno */ background: #f46b45; /* fondo */ border-radius: 3px; /* bordes redondeados */ } .WgD-reload:hover { color: #fff; } .WgD-close:hover { color: #464646; } /* Imagen -----------------------------------------*/ .WgD-container img { max-height: 200px; /* altura máxima */ }

Adblock Detected

Reload