Greasy Fork is available in English.

youtube disable round

youtubeの丸角を四角に戻します

  1. /* ==UserStyle==
  2. @name youtube disable round
  3. @version 20240408.03.51
  4. @namespace https://userstyles.world/user/mikan loupe
  5. @description youtubeの丸角を四角に戻します
  6. @author mikan loupe
  7. @license mit
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("youtube.com") {
  11. ytd-watch-flexy[rounded-player-large][default-layout] #ytd-player.ytd-watch-flexy {
  12. border-radius: 0px !important;
  13. }
  14. }