/laracasts-no-autoplay

Chrome extension to click cancel on the next video button on LaraCasts.com.

Primary LanguageJavaScriptMIT LicenseMIT

LaraCasts No Autoplay (Chrome Extension)

Click cancel on the Lesson Complete popup on LaraCasts.com to prevent playing the next video.

License: MIT

How It Works

  • 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.

How To Use

Install Via Chrome Web Store:

https://chrome.google.com/webstore/detail/laracasts-no-autoplay/aaepbnkaignaobdeclkoodiljciiapcc

Manual Install:

  1. Download a zip of the source code (and unzip it to a directory) or clone this repo.
  2. In the Chrome extensions tab under Settings, turn on Developer Mode.
  3. Install extension via the Load unpacked button. Select the directory containing the source code files and load that.

Source

https://github.com/syntaxseed/laracasts-no-autoplay

Version History

  • v0.5.1 - Fix so that it works more than once per tab load.
  • v0.5.0 - Initial version of basic extension.