Widget:3DModelNotteMoe

From Dragalia Lost Wiki
Revision as of 22:53, 3 February 2020 by imported>Elaeagnifolia
Jump to navigation Jump to search

<script>

   document.querySelector("#modelViewer a").addEventListener("click", function(e) {
       document.querySelector("#modelViewer").innerHTML = '<iframe width="400px" height="400px" src="https://notte.moe/dl-fbx/_" frameborder="0" style="border:none;"></iframe>';
    e.preventDefault();
  e.stopPropagation();
   }, false);

</script>