This project will give you functions to modify blooket so don't ask for hack script or fix script error...
function getStateNode(){return Object.values(document.querySelector("#app>div>div")).find((e=>e.children)).children.find((e=>e._owner&&e._owner.stateNode))._owner.stateNode}function bypass(){let e=document.createElement("iframe");return e.style.display="none",document.body.appendChild(e),{window:e.contentWindow,document:e.contentDocument}}
(function(){
function getStateNode() {
return Object.values(document.querySelector("#app>div>div")).find(e=>e.children).children.find(m=>m._owner&&m._owner.stateNode)._owner.stateNode;
}
function bypass(){
let _bypass = document.createElement("iframe");
_bypass.style.display = 'none';
document.body.appendChild(_bypass);
return {window: _bypass.contentWindow, document: _bypass.contentDocument}
}
// Your code here
})();
function getStateNode() {
return Object.values(document.querySelector("#app>div>div")).find(e=>e.children).children.find(m=>m._owner&&m._owner.stateNode)._owner.stateNode
}
function bypass(){
let _bypass = document.createElement("iframe");
_bypass.style.display = 'none';
document.body.appendChild(_bypass);
return {window: _bypass.contentWindow, document: _bypass.contentDocument}
}