or bookmarklet at
javascript:(function(){const n="<!DOCTYPE html><html><body style='color: black;'><iframe id='g' style='width: 100%;height: 700px;' src='https://wesleycharlotte.foundation/strongdog3/html/new%20polytrack/game/index.html'></iframe></body></html>";document.open();document.write(n);document.close();setInterval(o, 20); })();function o(){var f=document.getElementById('g');f.contentWindow.focus();}
or bookmarklet at
javascript:(function() {
const newHtml = "<!DOCTYPE html><html><head></head><body style='color: black;'><iframe style='width: 100%;height: 700px;' src='https://wesleycharlotte.foundation/strongdog3/html/new%20polytrack/game/index.html'></iframe></body></html>";
document.open();
document.write(newHtml);
document.close(); })();