At work, I have to go through some very tiresome and boring eLearning modules that are just a waste of time.
It’s an online course running in a browser (Firefox) on our firms servers. But I can’t identify on which software it’s built on.
There are hundreds of PowerPoint-like slides with text/videos and a voice sample playing on every slide.
There is a “Next” button to click, when the slide presentation/voice sample is finished. Until then, the next button is hidden.
Is there a way to skip through the slides without waiting for the slide to finish its presentation?
I don’t have admin rights or anything on this machine, but I have access to Firefox inspector and therefore console.
When inspecting a “next” button with Firefox inspector it shows something like:
div id=“btn_next_836” class=“cp-frameset” … at some point it says visibility: visible
Can I somehow enter anything in Firefox console that makes the slide go next instantly?