EricPryzant / edx-plus-plus

Adds new features to the Open edX Online Learning Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

edX++

edX++ Chrome Extension

This script adds the following features to the edX lecture video player:

  1. Adds four new playback speeds (2.0x, 2.5x, 3.0x, and 4.0x) in addition to the default speeds
  2. Adds a download button above the video player that lets you save the video for offline viewing
  3. Adds new keyboard shortcuts to let you control the video (note: this overrrides the default behavior for these shortcuts)
    1. Press SPACE to play/pause the video
    2. Pres LEFT/RIGHT to move the video 5 seconds backwards/forwards in time
    3. Press ALT+LEFT/RIGHT to move the video 15 seconds backwards/forwards in time

edX++ Example

Installation

  1. Open the Chrome Web Store link https://chrome.google.com/webstore/detail/edx%2B%2B/pdnbnbhhjagfdmcoedkgmneagicpmidp/related?hl=en
  2. Click "Add to Chrome"
  3. Viola!

Legacy Tampermonkey Script

I will continue to maintain the legacy tampermonkey script for those who don't want to install a chrome extension. The instructions remain the same as before:

  1. Install Tampermonkey
  2. (Easiest) Click here to view the source file edX Super Speed.user.js Tampermonkey should automatically recognize the userscript and give you the option to install it.
  3. Alternatively, copy the source code from edX Super Speed.user.js
  4. Open Tampermonkey in your browser and click the Add Script tab (icon with a plus symbol)
  5. Paste the source into the script window and hit save
  6. Viola!

About

Adds new features to the Open edX Online Learning Platform

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%