Youtube Player - Remove Shadows

Remove Shadows Gradient in Youtube Player

  1. // ==UserScript==
  2. // @name Youtube Player - Remove Shadows
  3. // @name:ko 유튜브 플레이어 - 그림자 제거
  4. // @namespace
  5. // @version 0.13
  6. // @description Remove Shadows Gradient in Youtube Player
  7. // @description:ko 유튜브 플레이어 그림자 제거
  8. // @author You
  9. // @match https://www.youtube.com/*
  10. // @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
  11. // @grant GM_addStyle
  12. // ==/UserScript==
  13.  
  14. GM_addStyle ( `
  15. #movie_player > div.ytp-gradient-bottom {opacity: 0 !important;}
  16. #movie_player > div.ytp-gradient-top {opacity: 0 !important;}
  17. ` );

QingJ © 2025

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