skorotkiewicz / youtube-skipper

Automatically skipping specified segments of YouTube video

Home Page:https://sekor.eu.org/youtube-skipper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YouTube Skipper

YouTube Skipper is a web application that enhances your YouTube viewing experience by automatically skipping specified segments of a video.

Demo

Features

  • 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.

How It Works

  1. Video Selection: The app extracts the video ID from the URL parameters.
  2. Skip Segments: Define the start and end times of the segments to skip using URL parameters.
  3. Real-Time Monitoring: During video playback, the app continuously monitors the current playback time and skips over the specified segments.

Installation

  1. Clone the repository:

    git clone https://github.com/skorotkiewicz/youtube-skipper
    cd youtube-skipper
  2. Install dependencies:

    yarn
  3. Start the development server:

    yarn dev
  4. Open your browser and navigate to http://localhost:3000.

Contributing

Contributions are welcome! Please open an issue or submit a pull request if you have any suggestions or improvements.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Automatically skipping specified segments of YouTube video

https://sekor.eu.org/youtube-skipper

License:MIT License


Languages

Language:JavaScript 81.7%Language:SCSS 18.3%