merges like bars to be right next to each other currently, when the bar goes away on dec 13 even for redux this addon will be fixed again
colors are hardcoded but you can change them really easily, just click the boxes in the edit mode
Authoritsaboutwhynot
LicenseNo License
CategoryYoutube, redux, extension, support, video
Created
Updated
Size1.4 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
merges like bars to be right next to each other currently, when the bar goes away on dec 13 even for redux this addon will be fixed again
colors are hardcoded but you can change them really easily, just click the boxes in the edit mode
Use with the youtube redux addon
and
Dislikes restored
https://chrome.google.com/webstore/detail/youtube-redux/mdgdgieddpndgjlmeblhjgljejejkikf
https://addons.mozilla.org/en-US/firefox/addon/youtube-redux/
/* ==UserStyle==
@name Return youtube dislike + youtube redux
@version 20211130.03.46
@namespace userstyles.world/user/itsaboutwhynot
@description merges like bars to be right next to each other currently, when the bar goes away on dec 13 even for redux this addon will be fixed again
colors are hardcoded but you can change them really easily, just click the boxes in the edit mode
@author itsaboutwhynot
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytd-sentiment-bar-renderer{
display:none;
}
.ryd-tooltip-bar-container{
padding-top:0 !important; /*remove unnessescary element size that prevents clicking buttons 1*/
padding-bottom:0 !important} /*remove unnessescary element size that prevents clicking buttons 2*/
.ryd-tooltip{
top:-30px !important; /*move bar below thing. I reccomend not putting it on top currently but do whatever*/
width: 100% !important; /*adjusts for broken length, full element*/
padding-top:0 !important; /*remove unnessescary element size that prevents clicking buttons 3*/
padding-bottom:0 !important} /*remove unnessescary element size that prevents clicking buttons 4*/
#return-youtube-dislike-bar{
background: #00881d !important;}
#return-youtube-dislike-bar-container{
background: #bf0000 !important;
width: 100% !important; /*adjusts for broken length, main likes bar*/
border-radius:0}
}