YouTube anti-caps

Converts all the video titles to lowercase

/* ==UserStyle==
@name          YouTube anti-caps
@description   Converts all the video titles to lowercase
@author        nullgemm
@version       0.1.1
@namespace     https://gf.qytechs.cn/en/users/322108-nullgemm
@license       WTFPL
==/UserStyle== */
@-moz-document domain('youtube.com')
{
  .title, #video-title
  {
    text-transform: lowercase;
  }
}

QingJ © 2025

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