Chrome extension to complete videos and move to the next section on demand.
- Open Chrome and go to
chrome://extensions. - Enable "Developer mode" (top right).
- Click "Load unpacked" and select this folder.
- Open a page with a video and a next-section control.
- Click the TurboReader toolbar icon to open the popup.
- Adjust the selector or delay if needed, then click "Run now".
- The extension will set the video to the end, wait the selected delay, then click the next control.
- Use the popup fields to change the selector or delay, then click "Save".
- Defaults live in
DEFAULT_CONFIGinsidebackground.js.
- The current selector is
.next(based on the provided HTML snippet). - This runs only when you click "Run now" in the popup.