Skip to content

Instantly share code, notes, and snippets.

@leonewt0n
leonewt0n / ytadblock.js
Created January 14, 2025 09:13 — forked from 4v3ngR/ytadblock.js
Block youtube ads in Safari with userscripts
// ==UserScript==
// @name Youtube adblock
// @namespace http://tampermonkey.net/
// @version 0.2
// @description enough with the ads!
// @author 4v3ngR
// @match https://*.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant none
// @run-at document-start