Youtube polymer engine fixes

Some fixes for Youtube polymer engine

< Părere la script-ul Youtube polymer engine fixes

Recenzie: Bun, script-ul merge

§
Postat în: 20-08-2021

Any chance that the script could be updated to unfuck the new minimalist icons?

BogudanAutor
§
Postat în: 20-08-2021

What's the problem with them?

§
Postat în: 18-11-2021

You can make simply CSS extension or own userscript

/*like*/
path[d=\"M18.77,11h-4.23l1.52-4.94C16.38,5.03,15.54,4,14.38,4c-0.58,0-1.14,0.24-1.52,0.65L7,11H3v10h4h1h9.43 c1.06,0,1.98-0.67,2.19-1.61l1.34-6C21.23,12.15,20.18,11,18.77,11z M7,20H4v-8h3V20z M19.98,13.17l-1.34,6 C18.54,19.65,18.03,20,17.43,20H8v-8.61l5.6-6.06C13.79,5.12,14.08,5,14.38,5c0.26,0,0.5,0.11,0.63,0.3 c0.07,0.1,0.15,0.26,0.09,0.47l-1.52,4.94L13.18,12h1.35h4.23c0.41,0,0.8,0.17,1.03,0.46C19.92,12.61,20.05,12.86,19.98,13.17z\"] {
d: path(\"NEW PATH SVG CODE\")!important;
fill: #00C8FF;
}

§
Postat în: 18-11-2021

Any chance that the script could be updated to unfuck the new minimalist icons?



or simply colored him


/*#region Colored LIKE BAR */
/* Like bar */
#like-bar.ytd-sentiment-bar-renderer {
background: #009900 !important;
}
/* Dislike bar */
#container.ytd-sentiment-bar-renderer {
background: #FF2929 !important;
}
/* Liked button */
ytd-menu-renderer ytd-toggle-button-renderer.style-default-active[is-icon-button]:nth-of-type(1) {
color: #009900 !important;
}
/* Disliked button */
ytd-menu-renderer ytd-toggle-button-renderer.style-default-active[is-icon-button]:nth-of-type(2) {
color: #FF2929 !important;
}
/*#endregion */

Postează un raspuns

Autentifică-te pentru a posta un răspuns.