Hack -> Enabling the Skip function in ComplianceTrainingGroup.com Sexual Harassment Training.

Tony Mucci
Code Kings
Published in
3 min readSep 25, 2019
Be excellent to each other!

The Intro

So most of us in the world are good people. We enjoy treating others with respect, and with that use logic and empathy to interact with one another. I think this course is a great tool to help those who need help to understand how not to be an asshole. However, for the rest of us normal people, this mandatory course requires us to take precious time out of our workday to watch this presentation of sexual harassment scenarios . ( The animations are about 3 steps lower than a Sims 1 Game )

So I am here to show you how to still complete the course, but not have to me forced to wait for the time slider to finish because some of us have deadlines to hit!

The Hack

*This is using Google Chrome for the demonstration

When in your window, Press the following key command

  • Windows (Ctrl + Alt + C)
  • Mac (⌘+⌥ + C)

This will open up your Dev Tools and then allow you to hover over the HTML element you want to inspect. Hover over the Progress bar so it highlights the bar.

The Dev Tools window will direct you to the HTML code:

Now to enable this progress bar the ability to seek and to auto fast-forward to the end with one click. Remove the disabled keyword in the HTML element and set the step attribute to 1, and set the value to 1 like so. (You can also simply copy this code below and replace the code in your Dev Tools window if you like)

<input type="range" min="0" max="1" aria-label="Seekbar" value="1" step="1" data-reactid=".0.0.3.2.1.4.0.1.0.1">

Now you should be able to click around your seekbar and it should start auto fast forward to the end of the slide. You’ll probably save at least an hour worth of sitting here watching this and can fast tract to take the tests to show you are a competent employee who can treat others as they want to be treated, usually with a professional respect. :)

Happy Coding!

--

--

Tony Mucci
Code Kings

Co-founder of SimpliCourt, dree, My Company Tools, and Eklect Enterprises