window.onload = function(){ console.log("Wan・98 OK Powered by ITサポートMu3"); //ヘッダ内へビューワーポート追加 var doc = document; var head = doc.getElementsByTagName('head')[0]; var meta = doc.createElement('meta'); meta.setAttribute('id','viewport'); meta.setAttribute('name','viewport'); meta.setAttribute('content','width=device-width, initial-scale=1'); head.appendChild(meta); //フッタコンテンツ変更 var footer_doc = document; var footer = footer_doc.getElementsByTagName('footer')[0]; footer.innerHTML = '

© 2019  狛犬コンプリート Powered  by  ITサポートMu3

'; //外部CSS読込追加 var css_doc = document; var head = css_doc.getElementsByTagName('head')[0]; var link = css_doc.createElement('link'); link.setAttribute('rel','stylesheet'); link.setAttribute('type','text/css'); link.setAttribute('href','https://wan98.info/koma-inu-190124/koma.css'); head.appendChild(link); };