Ever been watching a YouTube video and that annoying "Continue watching?" popup keeps interrupting you? AutoContinue fixes that by automatically clicking the continue button so you can watch without interruptions.
- Automatically clicks "Continue watching?" on YouTube so you don't have to
- Works on both YouTube and YouTube Music
- You can adjust how long it waits before clicking (idle timeout)
- Shows how many times it's helped you
- Dark mode for the extension interface
- Available in multiple languages
- Doesn't collect any of your data - everything stays on your computer
Chrome Web Store (Coming Soon): The extension is currently under review by Google and will be available in the Chrome Web Store soon.
Manual install (Recommended for now):
- Download the latest release from GitHub Releases
- Unzip the downloaded file
- Open Chrome and go to
chrome://extensions/ - Turn on "Developer mode" (toggle in the top right corner)
- Click "Load unpacked" and select the unzipped folder
- The extension will be installed and ready to use!
Once installed, it just works automatically. But you can also:
- Click the extension icon to see how many times it's helped you
- Right-click the icon and pick "Options" to change settings like idle timeout and extension theme
If you want to build this yourself or contribute:
You'll need:
- Node.js 16 or newer
- npm (comes with Node.js)
- Git
Setup:
# Get the code
git clone https://github.com/sunnamed434/AutoContinue.git
cd AutoContinue
# Install stuff
npm install
# Build it
npm run build:chrome
# Run tests
npm test
# Watch for changes while developing
npm run build:watchBuild for different browsers:
npm run build:chrome # Chrome (default)
npm run build:firefox # Firefox
npm run build:safari # SafariCode quality:
npm run lint # Check for issues
npm run lint:fix # Fix issues automatically
npm run format # Format code
npm run validate:locales # Validate localization filesWant to help? Great! Check out CONTRIBUTING.md for the full guide.
- Auto-continue functionality
- Chrome extension
- Settings and stats
- Firefox extension
- Edge extension
- Opera extension
- Safari extension
- (?) YouTube Vanced integration
- Better statistics
- Custom popup detection
- Inspired by YoutubeNonStop
- Built with modern web tech
- Thanks to everyone who's contributed!