tomsaleeba / custom-pluralsight-playback-speed

Adds a widget to the PluralSight player for >2x playback speeds
MIT License
16 stars 7 forks source link

Update script #2

Open l0rinc opened 4 years ago

l0rinc commented 4 years ago

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 }))
tomsaleeba commented 4 years ago

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.

ibekie commented 2 years ago

@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.

tomsaleeba commented 2 years ago

@ibekie I'm not currently using PluralSight so I

yanisallouch commented 2 years ago

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 : image