Skip to content

Chrome Extension which adds a "Play Next" Button to isis lectures

Notifications You must be signed in to change notification settings

venondev/IsisPlayNext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayNextIsis

Chrome extension which adds a "Play Next" button to isis lectures.

Install

  1. Clone the repository
    git clone git@github.com:venondev/IsisPlayNext.git
    cd IsisPlayNext
  1. Install dependencies
    yarn install
  1. Build the extension
    yarn build
  1. Load the dist folder in Chrome

https://support.google.com/chrome/a/answer/2714278?hl=de

Limitations

As the videos are not uploaded in the correct order in some modules, the extension figures out the order by parsing the video title. As these are different per module, this needs to be configured per module (See "src/config.json").

If you want to add your support for new modules, please open a PR and edit the config.

How it works

When you visit the lecture overview page, all available videos get sorted and the keys gets extracted. After clicking on a video, the key from that video gets extracted and the extension looks up the next element in the sorted list after the key.

About

Chrome Extension which adds a "Play Next" Button to isis lectures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published