custom-pluralsight-playback-speed
custom-pluralsight-playback-speed copied to clipboard
Update script
You can do the same now with:
localStorage.setItem('ps-embeddable-player-settings', JSON.stringify({ ...JSON.parse(localStorage.getItem('ps-embeddable-player-settings')), playbackSpeed: 3 }))
That's pretty much what this script does. It's just not as terse. Most of the script is about making a crude UI so it's easy to change speed.
@tomsaleeba I followed yours steps on your blog, but the code didn't work. Pluralsight videos didn't increase past 2.0. Let me konw if I'm missing something.
@ibekie I'm not currently using PluralSight so I
- haven't used the script for a while
- can't test/fix it If you find a fix, I'm happy to merge your PR. I'll update the repo to say that it's unmaintained.
Tested out today, and still works if I quickly set the speed thought the crude-UI while the video is loading .
Here's a screenshot that shows that the pluralsight interface have set the speed accordingly to the script :
