Last active
May 25, 2019 19:01
-
-
Save techpeace/cc9c2c7022a9a2c94ad3bf7988ae224b to your computer and use it in GitHub Desktop.
LinuxAcademy playback speedup userscript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name LinuxAcademy Playback Speedup | |
// @version 1 | |
// @grant none | |
// @match https://linuxacademy.com/cp/courses/lesson/course/*/lesson/*/module/* | |
// @match https://beta.linuxacademy.com/#/hands-on-labs/take/* | |
// ==/UserScript== | |
jwplayer('player0').setPlaybackRate(2.5); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Deprecated
LinuxAcademy no longer uses jwPlayer. For playback speeds beyond 2x, I recommend this Firefox extension, instead.