YouTube Ad-Bypass

Salta y oculta anuncios de YouTube

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Fejlesztő
WakeUp Neo
Napi telepítések
24
Telepítések száma
302
Értékelések
1 0 0
Verzió
1.22
Létrehozva
2026.04.29.
Frissítve
2026.05.06.
Size
7 KB
Licensz
MIT
Érvényes

YouTube Ad-Bypass

Overview

A lightweight and high-performance userscript designed to provide a seamless viewing experience on YouTube and YouTube Music. This script focuses on two main strategies: Instantly skipping video ads and hiding intrusive UI elements (banners, overlays, and promos).

Key Features

  • 💨 Ultra-Fast Skip: Automatically speeds up the video playback to 16x and jumps to the end of the ad segment the moment it's detected.
  • 🔇 Auto-Mute: Silences the audio during ad segments to prevent sudden loud interruptions.
  • 🚫 Clean Interface: Injects optimized CSS to hide banners, masthead ads, and "Mealbar" promotions on both YouTube and YouTube Music.
  • ⚡ Modern Performance: Uses MutationObserver technology to detect ads instantly without the need for heavy background loops, ensuring minimal CPU usage.
  • 🎵 Music Support: Fully compatible with music.youtube.com.
  • 🛠️ Anti-Detection Measures: Designed to work alongside YouTube's native player logic to bypass "ad blocker detected" popups.

How it works

  1. CSS Injection: Upon page load, it applies a set of styles that render ad containers invisible and non-interfering.
  2. Player Monitoring: The script attaches an observer to the video player. Whenever the system detects an ad-showing or ad-interrupting state, the bypass logic kicks in.
  3. The Skip Loop: It identifies the skip button and clicks it automatically while simultaneously fast-forwarding the video timeline.

Technical Details

Feature Implementation
Run-at document-start (Zero delay)
License MIT
Compatibility Chrome, Firefox, Edge, Safari (via Tampermonkey/Violentmonkey)
Detection Mutation-based (Attribute tracking)