Skip to content

Instantly share code, notes, and snippets.

@Esirei
Last active November 16, 2022 16:35
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save Esirei/1489b95b59b093e223d0cf3c9b2336ef to your computer and use it in GitHub Desktop.
Save Esirei/1489b95b59b093e223d0cf3c9b2336ef to your computer and use it in GitHub Desktop.
Pluralsight AutoNext Module
let autoNext = () => {
Array.from(document.querySelectorAll('.player-modal.is-active button'))
.filter(b => b.textContent === 'Continue to next module')
.forEach(b => b.click());
};
setInterval(autoNext, 5000);
@Ji993
Copy link

Ji993 commented Apr 2, 2021

This no longer seems to work.

@Esirei
Copy link
Author

Esirei commented Apr 2, 2021

This no longer seems to work.

Fixed. 😃

@Ji993
Copy link

Ji993 commented Apr 6, 2021

Thank you so much, works great :) . In a couple of months they will probably change it again smh

@muhaisen
Copy link

I think it has been changed. This is not working right now.

@millhoused
Copy link

Still working. Thank you so much!

@spahbedsuren
Copy link

Yeah. First of all, screw pluralsight for a HORRENDOUS user experience with lacking an OPTION for enabling autoplay, I am switching to tik tok in protest.

Second of all, this method does not work. It runs into an error in my browser stating paused on promise rejection: SyntaxError: Unexpected end of JSON input

I also see a F ton of "Your Appcues account has expired, but you have not uninstalled Appcues. Please contact us at support@appcues.com." errors and warnings all over the console.

I never do use the console on this browser for anything. I have attempted this with all extensions removed as well and it is still no go.

In conclusion, back to my first line and I will not be renewing the lowered quality platform any time soon. PDF books and e-books are less frustrating than this when give to an atuoreader. What is pluralsight thinking....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment