Play Infinite Mario Bros wherever you want! (S to start and to start a level and jump and use arrow keys to move)
javascript:var frame = document.createElement('iframe'); frame.src="https://openhtml5games.github.io/games-mirror/dist/mariohtml5/main.html"; frame.style.position="fixed"; frame.style.top="0%"; frame.style.left="0.1%"; frame.style.height="470px"; frame.style.width="650px"; frame.style.zIndex="100000"; document.body.appendChild(frame); var btn= document.createElement("button"); btn.style.position="fixed"; btn.style.top="5%"; btn.style.right="25%"; btn.zIndex="100000"; innerHTML="HIDE"; document.body.appendChild(btn)