Gegenstimme Dark Mode colourful like/dislike buttons

Changes colour of the like or dislike button if activated, so it's easier to see if video already was rated. Red dislike, green like.

当前为 2023-04-03 提交的版本,查看 最新版本

/* ==UserStyle==
@name         Gegenstimme Dark Mode colourful like/dislike buttons
@version      1.0
@namespace    userstyles.world/user/782754-picblick
@description  Changes colour of the like or dislike button if activated, so it's easier to see if video already was rated. Red dislike, green like.
@author       [email protected]
@license      MIT
==/UserStyle== */


.video-bottom .video-info .video-info-first-row .video-actions-rates .video-actions .action-button.action-button-like.activated svg {
    color: green !important;
}

.video-bottom .video-info .video-info-first-row .video-actions-rates .video-actions .action-button.action-button-dislike.activated svg {
    color: red !important;
}

QingJ © 2025

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