YouTube - Bring back colored thumbs up and down buttons and like bar

White/grayscale and stroke-only transparent buttons suck.

  1. /* ==UserStyle==
  2. @name YouTube - Bring back colored thumbs up and down buttons and like bar
  3. @description White/grayscale and stroke-only transparent buttons suck.
  4. @version 2021.09.21
  5. @author Swyter
  6. @license CC-BY-SA 4.0
  7. @namespace https://gf.qytechs.cn/users/4813
  8. ==/UserStyle== */
  9.  
  10. @-moz-document url-prefix('https://www.youtube.com/')
  11. {
  12. :root
  13. {
  14. --swy-blue-color: #2e93ff;
  15. }
  16.  
  17. #info > #info-contents #container ytd-toggle-button-renderer.style-default-active:first-of-type /* swy: only make blue the first/thumbs up */
  18. {
  19. color: var(--swy-blue-color) !important;
  20. }
  21.  
  22. #like-bar.ytd-sentiment-bar-renderer
  23. {
  24. background-color: var(--swy-blue-color) !important;
  25. }
  26. }

QingJ © 2025

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