Click cancel on the Lesson Complete popup on LaraCasts.com to prevent playing the next video.
License: MIT
- This extension works only on the domain laracasts.com.
- Listens for the Lesson Complete div overlay to appear on the page.
- Clicks the cancel button programmatically.
Install Via Chrome Web Store:
https://chrome.google.com/webstore/detail/laracasts-no-autoplay/aaepbnkaignaobdeclkoodiljciiapcc
Manual Install:
- Download a zip of the source code (and unzip it to a directory) or clone this repo.
- In the Chrome extensions tab under
Settings
, turn onDeveloper Mode
. - Install extension via the
Load unpacked
button. Select the directory containing the source code files and load that.
https://github.com/syntaxseed/laracasts-no-autoplay
- v0.5.1 - Fix so that it works more than once per tab load.
- v0.5.0 - Initial version of basic extension.