Skip to content

Instantly share code, notes, and snippets.

@jithurjacob
Last active June 24, 2025 11:52
Show Gist options
  • Save jithurjacob/4d572b6e6be193650cdf8bb28536326a to your computer and use it in GitHub Desktop.
Save jithurjacob/4d572b6e6be193650cdf8bb28536326a to your computer and use it in GitHub Desktop.
PluralSight Auto Play Next Module
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
// ... give time for script to load, then type (or see below for non wait option)
//localStorage.setItem("playbackRate", 2.1);
console.log('[start]Pluralsight Continuous Play');
window.setInterval(function(){
$('#next-module').click();
},30000);
@patocl
Copy link

patocl commented Dec 1, 2024

Maximize your learning experience with ease!

I’m thrilled to introduce Pluralsight™ Autoplay, designed to enhance your productivity on Pluralsight.

What does it do?

This extension adds an Auto Play feature for Pluralsight courses, providing a seamless, uninterrupted learning experience.

Key Benefits:

1.- Automatically advances to the next video in a course.
2.- Keeps your learning flow smooth and distraction-free.
3.- Helps you stay focused and engaged during long study sessions.
4.- Ideal for learners who want a hands-free, continuous experience.

Try it now and take your productivity to the next level: Pluralsight™ Autoplay

Your feedback means the world to me! Let me know how it works for you. 🚀

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