YouTube Skipper is a web application that enhances your YouTube viewing experience by automatically skipping specified segments of a video.
- Automatic Skipping: Define segments of a YouTube video to skip, and the app will automatically skip those parts during playback.
- URL Parameters: Easily configure the video and skip segments directly through URL parameters.
- Debug Information: Real-time debug information to monitor current playback time and skipped segments.
- Video Selection: The app extracts the video ID from the URL parameters.
- Skip Segments: Define the start and end times of the segments to skip using URL parameters.
- Real-Time Monitoring: During video playback, the app continuously monitors the current playback time and skips over the specified segments.
-
Clone the repository:
git clone https://github.com/skorotkiewicz/youtube-skipper cd youtube-skipper
-
Install dependencies:
yarn
-
Start the development server:
yarn dev
-
Open your browser and navigate to
http://localhost:3000
.
Contributions are welcome! Please open an issue or submit a pull request if you have any suggestions or improvements.
This project is licensed under the MIT License. See the LICENSE file for details.