This one has the website Addicting Games unblocked so you can play any game you want! Its a lot like Cool Math Games!
javascript:var frame = document.createElement('iframe'); frame.src="https://www.addictinggames.com"; frame.style.position="fixed"; frame.style.top="5%"; frame.style.right="0%"; frame.style.height="700px"; frame.style.width="1400px"; 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);