In short:

Execute this js script on https://skribbl.io (via your browser console)

Problem: it "switches"/reloads the page after successfully joining

Code:
this.Enterrr = document.getElementById('formLogin');

let ev = document.createEvent('Event');

ev.initEvent('submit');

this.Enterrr.dispatchEvent(ev);
Who can change the code so the switching/reloading...