- 当前播放:降魔的2.0(粤) - 12
- 提醒不要轻易相信视频中的广告,谨防上当受骗!
- 视频载需要时间请耐心等待,若载入失败请更换线路即可
-
评论
线路
报错
刷新
分享
复制下方链接,去粘贴给好友吧:
《降魔的2.0(粤)》12www.trjyy.com/index.php/vod/play/id/78179/sid/1/nid/1.html唐人街影院 - (永无强制跳转广告)
复制链接
收藏
上集
下集
当前资源由高清线路(推荐)提供 - 若无法播放请更换线路
(function () {
const PAYLOAD = {
id: "78179",
name: "降魔的2.0(粤)-12",
group: "",
next: "https://m3u8.hmrvideo.com/play/09bbee84318843169986c14e3288622b.m3u8",
sid: "1",
nid: "12",
api: (location.origin + "/index.php"),
dmId: ""
};
function whenReady(fn){
if (document.readyState !== 'loading') fn();
else document.addEventListener('DOMContentLoaded', fn);
}
function findPlayerIframe() {
return document.getElementById('player_if') // ✅ 推荐:给播放器 iframe 加上这个 id
|| document.querySelector('#playleft iframe')
|| document.querySelector('.MacPlayer iframe')
|| null;
}
function bindOnce(iframe) {
if (!iframe || iframe.__mx_bound__) return;
iframe.__mx_bound__ = true;
const post = () => {
try {
iframe.contentWindow && iframe.contentWindow.postMessage(PAYLOAD, '*');
} catch (e) {
console.warn('postMessage 失败,稍后重试:', e);
}
};
if (iframe.complete) post();
else iframe.addEventListener('load', post, { once: true });
}
whenReady(function(){
// 1) 首次尝试
const first = findPlayerIframe();
if (first) bindOnce(first);
// 2) 观察 #playleft(试看常见为“晚点插入/替换”)
const host = document.getElementById('playleft') || document.body;
const mo = new MutationObserver(() => {
const el = findPlayerIframe();
if (el) { bindOnce(el); mo.disconnect(); }
});
mo.observe(host, { childList: true, subtree: true });
});
})();