Skip to content

Instantly share code, notes, and snippets.

@techpeace
Last active May 25, 2019 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techpeace/cc9c2c7022a9a2c94ad3bf7988ae224b to your computer and use it in GitHub Desktop.
Save techpeace/cc9c2c7022a9a2c94ad3bf7988ae224b to your computer and use it in GitHub Desktop.
LinuxAcademy playback speedup userscript
// ==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);
@techpeace
Copy link
Author

techpeace commented May 25, 2019

Deprecated

LinuxAcademy no longer uses jwPlayer. For playback speeds beyond 2x, I recommend this Firefox extension, instead.

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