Last active
April 14, 2025 17:42
-
-
Save Denton-L/aaca4d925bbea2c0e532c921232a91d2 to your computer and use it in GitHub Desktop.
Speedrunning State of California Sexual Harassment Prevention Training
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If, as part of your job, you're obligated to do this training, you don't | |
actually have to wait for the button to ungrey as you sit through the dialog. | |
You can simply open up the JavaScript console of your browser and execute | |
DS.pubSub.trigger(DS.events.presentation.ON_OBJECT_EVENT, "next_pressed"); | |
and this will automatically take you to the next slide. Just keep spamming this | |
until you're through the training. If you're forced to answer a question, | |
remember that the answer is probably true! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Or you can use this to skip spamming
setInterval(() => DS.pubSub.trigger(DS.events.presentation.ON_OBJECT_EVENT, "next_pressed"), 500);