YouTube: Hide Channel Logo Annotation

Hides the channel logo annotation in videos

  1. // ==UserScript==
  2. // @name YouTube: Hide Channel Logo Annotation
  3. // @description Hides the channel logo annotation in videos
  4. // @author Challenger
  5. // @namespace https://greasyfork.org/users/11442
  6. // @version 2
  7. // @match http://www.youtube.com/watch*
  8. // @match https://www.youtube.com/watch*
  9. // @grant GM_addStyle
  10. // ==/UserScript==
  11. GM_addStyle(".branding-img-container {display: none;}");