Teacher near? Is a snitch near? Click to go to actual google classroom!!!
No need to fear, though. I found an HTML script that you can put in to add any embeddable website and make it unblocked! It appears as a boring button that, when clicked, sends you to and about:blank page with HTML code that adds the website to the page. It unblocks ANY website, about:blank tabs can bypass literally any blocking system, and this strip of HTML code uses this to make a true unblocked games website. The script is put in below.
<html>
<head>
</head>
<body>
<button onclick="openGame()">Game Name Here</button>
<script>
function openGame() {
var win = window.open()
var url = "Put the site URL here"
var iframe = win.document.createElement('iframe')
iframe.style.width = "100%";
iframe.style.height = "100%";
iframe.style.border = "none";
iframe.src = url
win.document.body.appendChild(iframe)
}
</script>
</body>
</html>
Copy the entire script. Now that it is copied, go to that embed button again! Click the text that says "Embed code" and paste the script there!
In the place of the script that says "Put the site URL here", you delete it and find the embeddable game site you want to add to your unblocked games website, and then you copy the URL of the website, and guess what you do next! You put the URL in the place that said "Put the site URL here"! Now you find the text that says "Game Name Here" and replace it with the name of the game. You click next, then insert, and now you just added the first unblocked game to your website! Keep exploring the google sites feature, and you may find ways to make your site look nicer and better! Thats how I made this website.