YouTube Shorts Auto Scroller is a Chrome extension that lets you watch YouTube Shorts hands-free! Automatically scrolls to the next Short, so you can enjoy endless content while eating, working, or multitasking—no taps needed!
- ⏩ Auto-scrolls to the next YouTube Short
- 🕒 Hands-free experience for binge-watching
- ⚡ Lightweight and easy to use
- 🎨 Modern popup UI
- 🗂️ Toggle to control auto-scroll with comments open: Decide whether the extension should go to the next Short even when comments are open, giving you more control over your viewing experience.
├── icons/ # Extension icons
│ ├── icon16.png
│ ├── icon48.png
│ ├── icon128.png
│ └── Main.png
├── popup/ # Popup UI
│ ├── popup.html
│ └── popup.css
├── scripts/ # Main extension scripts
│ ├── background.js
│ ├── content.js
│ └── script.js
├── manifest.json # Extension manifest
└── README.md # This file
- Clone or Download this repository.
- Go to
chrome://extensions/
in your browser. - Enable Developer mode (top right).
- Click Load unpacked and select this project folder.
- Enjoy hands-free YouTube Shorts!
- Click the extension icon in your browser.
- Use the popup to start or stop auto-scrolling.
- Adjust settings as needed (future updates).
Pull requests and suggestions are welcome! Feel free to open an issue or submit a PR.
MIT License. See LICENSE for details.