Skip to content

InlitX/Skipix

Repository files navigation

Skipix Banner

Skipix

Browser extension that automatically skips ads on Netflix.

🇫🇷 Français  |  🇪🇸 Español  |  🇨🇳 中文


Overview

Skipix is a lightweight browser extension that detects Netflix ads and skips them automatically, tracking how much time you save in the process.


How it works

When an ad is detected on Netflix, Skipix:

  1. Spots the ad by looking for a specific Netflix DOM element (span[class*="mmvz9h"])
  2. Ramps the playback speed up to (or 3× on Edge) to fast-forward through it
  3. Mutes the video so no audio plays during the ad
  4. Restores normal playback as soon as the ad ends
  5. Logs the skipped time and segment count to your local statistics

Installation (Developer Mode)

No store listing yet — load it manually in your browser.

Chrome / Edge / Brave

  1. Clone or download this repository
  2. Build the extension:
    npm install
    npm run build
  3. Open your browser and go to chrome://extensions (or edge://extensions)
  4. Enable Developer mode (toggle in the top-right corner)
  5. Click Load unpacked
  6. Select the dist/ folder generated by the build

Firefox

  1. Go to about:debugging#/runtime/this-firefox
  2. Click Load Temporary Add-on
  3. Select any file inside the dist/ folder

Local Development

# Install dependencies
npm install

# Build and watch for changes
npm run dev

# Production build
npm run build

After running npm run dev, reload the extension in chrome://extensions whenever you make changes.


Project Structure

skipix/
├── src/
│   ├── core/
│   │   ├── ad-skipper.js       # Core ad-skip logic
│   │   └── service-worker.ts   # Background service worker
│   └── ui/
│       └── skipix.js            # Skipix UI logic
├── release/                     # Build output (load this in browser)
├── docs/                      # Translated READMEs
├── skipix.html                # Skipix UI
├── assets/logo.png            # Extension icon
├── manifest.json
├── package.json
└── vite.config.ts

⚠️ Disclaimer

Skipix is provided for educational purposes only. The author is not responsible for any misuse of this extension. Using automation tools to skip ads may violate Netflix's Terms of Service. Use at your own risk.


⭐ Support this project in any way you can!

ko-fi GitHub stars

Made with ❤️ for the community

About

Skipix - Automatic Netflix Ad Skipper Browser extension that automatically detects, skips, and mutes Netflix ads

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors