custom-pluralsight-playback-speed icon indicating copy to clipboard operation
custom-pluralsight-playback-speed copied to clipboard

Update script

Open l0rinc opened this issue 5 years ago • 4 comments
trafficstars

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 }))

l0rinc avatar Oct 30 '20 15:10 l0rinc

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 avatar Nov 02 '20 22:11 tomsaleeba

@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 avatar Apr 03 '22 20:04 ibekie

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

tomsaleeba avatar Apr 04 '22 03:04 tomsaleeba

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

chamomile93 avatar May 04 '22 10:05 chamomile93