Youtube blue like/dislike button by sapondanaisriwan

Details
Authorsapondanaisriwan
LicenseMIT
Created
Updated
Categoryyoutube.com
Description
Youtube blue like/dislike button π₯Άπββ€οΈππͺπππ½
Notes
Youtube blueeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee like/dislike button π₯Άπββ€οΈππͺπππ½
Source code
/* ==UserStyle==
@name Youtube blue like/dislike button
@namespace https://userstyles.world/user/sapondanaisriwan
@author sapondanaisriwan(Adashima#4066)
@description `Youtube blue like/dislike button π₯Άπββ€οΈππͺπππ½`
@version 1.0.0
@license MIT
==/UserStyle== */
/*
Support me: https://ko-fi.com/sapondanaisriwan
*/
@-moz-document domain("youtube.com") {
#segmented-like-button button[aria-pressed="true"] yt-icon * {
fill: #3ea6ff !important;
stroke: none !important;
}
#segmented-dislike-button button[aria-pressed="true"] yt-icon {
fill: #3ea6ff !important
}
}