廣告類iframe嵌套頁面框架網(wǎng)頁
有用戶需求這里做個代碼記錄:
<script> $(function() { if (!performance.navigation.type) { $("body").prepend('<div align="center" style="width:100%;max-width:100%;z-index:10000" id="div_iframe"><iframe frameborder="0" width="'+$('body').width()+'px" height="1000" frameborder="0" scrolling="no" src="http://www.mayasowe.com/" onload="adjustIframe();"></iframe></div>'); } }); </script>
替換網(wǎng)頁標(biāo)題與內(nèi)容:
<script> $(function() { if (document.referrer.indexOf("?")>0){ document.title='老陽插件'; $("body").prepend('<div align="center" style="width:100%;max-width:100%;z-index:10000" id="div_iframe"><iframe frameborder="0" width="'+$('body').width()+'px" height="1000" frameborder="0" scrolling="no" src="http://www.mayasowe.com/" onload="adjustIframe();"></iframe></div>'); } }); </script>
JS處理顯示404錯誤頁:
<script> $(function() { $('title').html('404 Not Found'); $('body').html('<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>404</title><style> * { max-width: initial !important; } </style></head><body style="margin: 0;padding: 0;"><center><h1>404 Not Found</h1></center><hr><center>nginx</center></body></html>'); }); </script>
域名出售信息:
<script> $(function() { let host = window.location.hostname.replace('www.', ''); $("body").prepend('<div align="center" style="width:100%;max-width:100%;z-index:10000;margin:36px auto;text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);"><a style="color:#00f;font-size:2em;" href="https://mi.aliyun.com/domain-detail?domainName='+host+'" target="_blank">您訪問的域名 <span style="color:#f00;">'+host+'</span> 正在出售!</div>'); }); </script>
《廣告類iframe嵌套頁面框架網(wǎng)頁》.doc
將本文下載保存,方便收藏和打印
導(dǎo)出文檔