YouTube - Remove clickable labels on "Watch Later" and "Add to Queue" buttons

Removes those annoying, clickable labels on the "Watch Later" and "Add to Queue" buttons so you won't accidentally click on them.

  1. /* ==UserStyle==
  2. @name YouTube - Remove clickable labels on "Watch Later" and "Add to Queue" buttons
  3. @description Removes those annoying, clickable labels on the "Watch Later" and "Add to Queue" buttons so you won't accidentally click on them.
  4. @namespace lednerg
  5. @version 21.3.7
  6. @author lednerg
  7. @license CC-BY-NC-SA-4.0
  8. ==/UserStyle== */
  9. @-moz-document domain("youtube.com") {
  10. div#hover-overlays div#label-container {
  11. display: none !important;
  12. }
  13.  
  14. }