Skillport.com | Skillsoft.com→ How to skip mandatory training videos to get to the tests faster.

Tony Mucci
Code Kings
Published in
1 min readSep 30, 2020

INTRO

If you are anything like me, and have common sense in the workplace, you don’t want to waste your time watching videos that re-iterate what you have already learned AND apply on a daily basis in the workplace. Below are the steps to skip through those videos.

STEPS

  1. Open up Chrome or Edge
  2. Go to the video’s page and start playing the video.
  3. Go to DevTools →Console
  4. Run the following code while the video is playing:
let boring = document.querySelector('video');
boring.currentTime = boring.duration

That’s it! The video will automatically fast forward to the end and you can move to the next video/exercise.

Enjoy! Now get back to coding something great!!

--

--

Tony Mucci
Code Kings

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