https://github.com/syntaxseed/laracasts-no-autoplay
Chrome extension to click cancel on the next video button on LaraCasts.com.
https://github.com/syntaxseed/laracasts-no-autoplay
Last synced: 12 months ago
JSON representation
Chrome extension to click cancel on the next video button on LaraCasts.com.
- Host: GitHub
- URL: https://github.com/syntaxseed/laracasts-no-autoplay
- Owner: syntaxseed
- License: mit
- Created: 2022-10-27T18:02:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T23:23:57.000Z (over 2 years ago)
- Last Synced: 2025-02-01T11:44:52.763Z (about 1 year ago)
- Language: JavaScript
- Size: 302 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
1. In the Chrome extensions tab under `Settings`, turn on `Developer Mode`.
1. 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.