- 当前播放:喜欢你我也是第四季 - 20230510期
- 提醒不要轻易相信视频中的广告,谨防上当受骗!
- 视频载需要时间请耐心等待,若载入失败请更换线路即可
-
评论
线路
报错
刷新
分享
复制下方链接,去粘贴给好友吧:
《喜欢你我也是第四季》20230510期www.trjyy.com/index.php/vod/play/id/50807/sid/1/nid/1.html唐人街影院 - (永无强制跳转广告)
复制链接
收藏
上集
下集
导演:未知
主演:未知
先导片 恋综颜值天花板回归!酷姐甜妹恋爱史大公开
当前资源由线路1提供 - 若无法播放请更换线路
当前资源由线路3提供 - 若无法播放请更换线路
当前资源由线路4提供 - 若无法播放请更换线路
(function () {
const PAYLOAD = {
id: "50807",
name: "喜欢你我也是第四季-20230510期",
group: "",
next: "https://v5.tlkqc.com/wjv5/202309/05/3qeeigFpmD1/video/index.m3u8",
sid: "3",
nid: "7",
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 });
});
})();