Skip to content

Return youtube dislike extension + youtube redux **OUTDATED. USE 'RESTORING DISLIKES COMPATIBILITY' OPTION IN REDUX EXTENSION by itsaboutwhynot

Screenshot of Return youtube dislike extension + youtube redux **OUTDATED. USE 'RESTORING DISLIKES COMPATIBILITY' OPTION IN REDUX EXTENSION

Details

Authoritsaboutwhynot

LicenseNo License

CategoryYoutube, redux, extension, support, video

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

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

Notes

Source code

/* ==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}
}

Reviews

No reviews yet.