YouTube anti-caps

Converts all the video titles to lowercase

目前為 2020-04-10 提交的版本,檢視 最新版本

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

QingJ © 2025

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