Greasy Fork is available in English.

YouTube™ Multi Downloader v11.3 🌐 (PC & Mobile 🚀) — AdBlock, Zero ADS 🚫🔥 | Shorts, Videos & Music

Adds a floating button to download YouTube videos, Shorts, and music in high quality, with built-in ad blocking for a fast and smooth experience.

Voici les versions de ce script où le code a été modifié. Voir toutes les versions.

  • v11.3 RTM 23/01/2026

    · 🚫 Expanded blocking: Shorts, overlays, banners, Music/Premium promotions, and persistent ads.
    · 🎯 Uses modern CSS (:has()) to remove ads more accurately.
    · 🔘 Floating button and ad removal work even when the URL changes (Single Page App).

  • v11.2 RTM 22/01/2026

    ✅ New Features / Improvements:
    • 🚫 Blocked more types of ads in player, Shorts, YouTube Music & home.
    • 🟢 Floating download button now more stable.
    • ⏩ Improved ad skip & fixed Premium / Shorts overlays.
    • 🛠 Better overall performance & smoother experience.
    • 🔗 Link error fixed.

  • v11.1 RTM 22/01/2026

    🟢 Removed
    • The “Download” button inside the YouTube player (playerBtnID) has been removed.
    • All related functions, including:
    addPlayerButton()
    getBypassURL() usage for the player button
    Calls to addPlayerButton() in update()
    • References to lastVideoId for tracking player button state.

    🔹 Updated
    • The floating button (ytPunisherBtn) code simplified slightly:
    open() now directly concatenates the URL instead of calling getBypassURL(vid).
    • update() function now only manages the floating button.

    ✅ Unchanged
    • Ad-blocking logic (cssSelectorArr, generateRemoveADHTMLElement, removePlayerAD) remains the same.
    • Skip ads functionality and auto-play after ads.
    • Floating button CSS and behavior, including drag-and-drop and auto-hide.
    • Supported browsers, matches, grants, and metadata remain unchanged except version/date.

  • v11.0 RTM 15/01/2026

    Less visual clutter
    Consistent indentation
    Logical grouping of functions
    Compact CSS
    Clear event flows

  • v11.0 RTM 15/01/2026

    ✅ New Features & Improvements
    Updated to v11.0 RTM with performance and stability enhancements.
    Expanded ad-blocking coverage to remove more types of ads, including:
    Shorts ads
    Promotions and overlays
    Sparkles ads
    Endscreen and side-panel ads
    Code reorganized and optimized while keeping the floating button and player button fully functional.
    Interface and naming slightly updated for clarity (PC & Mobile instead of PC & Celular).

    🐞 Fixes
    Adjusted ad-blocking behavior to reduce interference with videos.
    Removed duplicated CSS and redundant functions.

    🔧 Notes
    Download behavior and bypass URLs remain unchanged.
    Experience continues to be ad-free and compatible with both desktop and mobile.

  • v10.9 15/01/2026

    Script name change

  • v10.8 14/01/2026

    ✅ All original features preserved: AdBlock, ad removal, floating button, and download functionality work exactly as before.
    🔧 Removed &bypassAge=1 parameter from download links for cleaner code and better compatibility with future YouTube updates.
    🚀 Improved stability on YouTube’s SPA (Single Page Application) pages using a MutationObserver to detect DOM changes.
    🎨 Minor CSS and variable adjustments for easier future maintenance.
    🌐 Added future-proof support for YouTube and YouTube Music layout changes:
    Download button now automatically searches multiple possible containers.
    Compatible with new menus, action groups, and mobile layouts.

  • v10.7 13/01/2026

    🛡️ New: AdBlocker Features
    Automatic ad blocking:
    Top banners (#masthead-ad)
    Video ads (.video-ads.ytp-ad-module)
    Sidebar and suggestions (ytd-ad-slot-renderer)
    YouTube Premium popups
    Skip video ads automatically:
    Clicks the “Skip Ad” button when available
    Advances the video to the end of the ad
    Ensures uninterrupted playback
    Remove overlays and popups that block the screen
    Works dynamically using MutationObserver:
    Detects ads appearing after page load
    Keeps the viewing experience clean for videos and shorts

    🔓 New: Age Restriction Bypass
    Automatically bypasses YouTube age-restricted videos
    No login or age confirmation required
    Uses youtube-nocookie embed fallback
    Works alongside AdBlocker and Downloader

    📝 Improvements & Adjustments
    Simplified metadata (removed multi-language descriptions)
    Buttons and design remain unchanged for consistency
    More stable and safe across different YouTube domains

  • v10.6 13/01/2026

    ✅ New Features
    ✨ Smart auto-hide floating button
    The floating download button now automatically hides after a few seconds of inactivity on desktop devices.
    The button reappears instantly when mouse movement, clicks, or keyboard input are detected.

    🖱️ Improved desktop interaction
    The floating button no longer obstructs the interface when idle, providing a cleaner viewing experience.

    🛠️ Improvements
    🌐 Updated conversion endpoint
    Conversion service URL updated to wefightyourtickets.ca for improved availability and stability (previously evdfrance.fr).

    🎯 Refined drag & drop behavior
    Cursor state is now properly restored from “grabbing” to “grab” after releasing the floating button.

    🎨 Enhanced visual polish
    Added smooth opacity transitions when showing and hiding the floating button.

    🐞 Fixes
    No regressions introduced.
    Mobile touch support remains unchanged and fully compatible.

    📌 Technical Notes
    Video ID detection continues to support standard videos, Shorts, and YouTube Music.
    Dynamic page navigation handling remains stable without requiring page reloads.
    The main Download button is still injected contextually into the YouTube and YouTube Music UI.

  • v10.5 07/01/2026

    Migration of image hosting infrastructure; icon improvements.

  • v10.4 07/01/2026

    Link error fixed; download button image updated.

  • v10.3 06/01/2026
  • v10.2 06/01/2026

    ✨ Added
    Full support for YouTube Music (music.youtube.com).
    Draggable floating download button for quick access at any time.
    Support for YouTube Shorts.
    Automatic detection of URL changes without page reload.
    Continuous DOM observation for higher resistance to YouTube layout changes.
    Floating button with screen boundary limits.
    Touch and mobile support.
    Cleaner, modern, and minimal UI.
    More modular and readable code using use strict, async/await, and arrow functions.

    🔧 Improved
    More robust video ID extraction.
    Correct button placement for both YouTube and YouTube Music.
    Dynamic update of download links.
    Improved stability in SPA navigation (Single Page Application).
    Better overall performance and maintainability.
    Increased resistance to frequent YouTube interface updates.

    🛠 Fixed
    Button not reappearing after internal navigatin.
    Broken download links when switching videos.
    Issues caused by outdated DOM selectors.
    Limitations of the old video ID regex.

  • v10.1 04/01/2026

    Unnecessary Check Removal: Empty block removed.

    Added Transitions: Added a smooth transition for the button and CSS to improve the user experience.

    Use of MutationObserver: The code now uses MutationObserver to detect changes in the DOM more efficiently.

    Improved URL Checking: The extractYT function has been improved to handle more YouTube URL formats.

    Instant Button Link Update: The button link is updated immediately after the button is added.

  • v10.0 17/11/2025

    New link, no ads.

  • v9.2 16/11/2024

    New link, no ads.

  • v9.1 04/09/2024

    Fixed URL and button color change equal to subscriber's YT.

  • v9.0.x 04/09/2024
  • v9.0 04/09/2024

    Link returned back: tubemp3.to

  • v8.9 04/09/2024

    Fixed script button.

  • v8.8 (Relaunched) 29/08/2024

    New link, no ads and new lines of script code.

  • v8.7 (Relaunched) 28/08/2024

    Fixed - Remove line.

  • v8.6 (Relaunched) 16/10/2023

    Fixed link.

  • v8.5 (Relaunched) 15/10/2023

    Fix: You no longer need to go to YouTube to re-upload [F5] a video for the first time and some fixes on the download button.

  • v8.4 (Relaunched) 14/10/2023

    New link, no ads.

  • v8.3 (Relaunched) 28/09/2023
  • v8.2 (Relaunched) 27/09/2023

    Remove "@antifeature referral-link" for script.

  • v8.1 (Relaunched) 27/09/2023

    New layout for YouTube.

  • vFinal 21/05/2022
  • vFinal 21/05/2022
  • vFinal 18/05/2022
  • v7.7 27/02/2022
  • v7.6 24/10/2021
  • v7.5 22/08/2021
  • v7.4 21/08/2021
  • v7.3 21/08/2021
  • v7.2 18/08/2021
  • v7.1 16/08/2021
  • v7.0 10/08/2021

    Fixed the link.

  • v6.9 14/02/2021 New link, no ads.
  • v6.8 07/02/2021
  • v6.7 28/01/2021 Edge compatibility.
  • v6.6 28/01/2021
  • v6.5 27/01/2021
  • v6.4 25/01/2021
  • v6.3 15/01/2021 New link.
  • v6.2 25/12/2020 New link, no ads.
  • v6.1 22/12/2020
  • v6.0 27/07/2020
  • v5.9 16/07/2020 New link, no ads.

Afficher toutes les versions de script