YouTube: Hide Channel Logo Annotation

Hides the channel logo annotation in videos

// ==UserScript==
// @name        YouTube: Hide Channel Logo Annotation
// @description Hides the channel logo annotation in videos
// @author      Challenger
// @namespace   https://gf.qytechs.cn/users/11442
// @version     2
// @match       http://www.youtube.com/watch*
// @match       https://www.youtube.com/watch*
// @grant       GM_addStyle
// ==/UserScript==
GM_addStyle(".branding-img-container {display: none;}");

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址