Safety Training Skip

Start the training like normal, and once you get to this screen, hover over anywhere in the large blue rectangle, hit CTRL + Shift + C, then click.

Navigate to the console, select it, then hit up. If the following code appears, hit enter. If not, either try hitting up again or just copy and paste the code into console, then hit enter.

The code:

(async function() {const delay = (ms) => new Promise(resolve => setTimeout(resolve, ms));var runCheat = true;window.addEventListener("keyup", () => { runCheat = false }, { once: true });while (runCheat) {contentApi.contentGoNext();await delay(50);}})();

Note: If doing this for the first time on a specific browser/computer, it may not allow you to paste in anything immediately. If this happens, type in what it asks you to (usually “allow pasting”) and hit enter, then paste in the code again.