Skip to content

Instantly share code, notes, and snippets.

View Zierk59's full-sized avatar
🏠
Working from home

Zierk59

🏠
Working from home
View GitHub Profile
@Zierk59
Zierk59 / yt-observer.user.js
Created November 7, 2023 21:09
This userscript is designed to diagnose issues related to the modification of YouTube's video player, which might interfere with other userscripts like anti anti-adblockers
// ==UserScript==
// @name YouTube: observer
// @namespace http://tampermonkey.net/
// @version 1
// @description try to take over the world!
// @author You
// @match https://www.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant none
// @run-at document-start