Skip to content

Instantly share code, notes, and snippets.

@Jotin32
Jotin32 / popup-remv.js
Last active April 3, 2024 02:05
Youtube userscript popup remover tampermonkey
// ==UserScript==
// @name Remove YouTube Popup
// @namespace http://tampermonkey.net/
// @version 2024-04-03
// @description Remove the YouTube popup that says "Some Google services are not associated. Choose to share or not your data with YouTube and other Google services."
// @author JulienB
// @match https://www.youtube.com/
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant none
// ==/UserScript==