微件:MoonFarSide

<style> body #mw-navigation #mw-head {background: url(//media.fgo.wiki/1/11/MoonFarSide-nav-bg-l-fgovr.png) left top no-repeat, url(//media.fgo.wiki/e/ed/MoonFarSide-nav-bg-fgovr.png) right top repeat-x;} .comment-user, .comment-user a {color:orangered;font-size:13px;margin-right: 8px;} </style>

<script> (function () {

 function init() {
   const ele = document.createElement('div')
   ele.className = 'nomobile'
   document.body.appendChild(ele)
   const is_m = (getComputedStyle(ele, null).getPropertyValue('display') === 'none')
   if (!is_m) {
     const style = document.createElement('style')
     style.innerHTML = 'html,body{min-width:1600px;max-width:1600px;}}'
     document.body.append(style)
   }
 }
 if (document.readyState === 'loading')
   document.addEventListener('DOMContentLoaded', init)
 else
   init()

})()

</script>