omnidevZero / YouTubeRedux

Browser extension that focuses on restoring old YouTube layout within Polymer design (modern layout).
186 stars 11 forks source link

Fix like buttons being mismatched on newer layouts, also make replies better #77

Closed Thespikedballofdoom closed 1 year ago

Thespikedballofdoom commented 2 years ago

Fixes like buttons being displaced without breaking existing compatibilities. Also un-rounds most video thumbnails on watch page. image

KingGamingYT commented 2 years ago

Comments:

The pull request's branch does not seem to work in chrome when sideloaded, I haven't tested firefox. I recommend using some code from or a different workaround related to 1chan-level-journalist's CSS fix in #74 since it hides the ugly rounded button borders, and makes the Subscribe button red again (it doesn't adapt to if you have redux set to "Use Old Red" but that makes sense).

Thespikedballofdoom commented 2 years ago

thanks. Slightly sloppy copy pasting in chrome munted a ` and }. Identical to firefox now on my end,

Thespikedballofdoom commented 2 years ago

I've fixed a lingering tiny css bug causing likes to fall down on the Dualcards experiment

TorutheRedFox commented 2 years ago

ayy mouth silence

KingGamingYT commented 2 years ago

Perhaps another addition to the PR would be to make the subscribe button actually line up with the count and bell again, as well as finding out how to revert it. (I've covered this somewhat also in #74 but since the post was closed I don't know if will receive anymore responses)

Thespikedballofdoom commented 2 years ago

Perhaps another addition to the PR would be to make the subscribe button actually line up with the count and bell again, as well as finding out how to revert it. (I've covered this somewhat also in #74 but since the post was closed I don't know if will receive anymore responses)

There are still some bugs caused by youtube's CSS. These are relatively easy fixes but I can't go in and do them all just for youtube to spin the slots again. I would strongly reccomend using stylus & css fixes for the moment so everyone can react fast. Perhaps a YT-redux-support style is in order. I could contribute to one but don't want to be the main writer of it.

KingGamingYT commented 2 years ago

Perhaps another addition to the PR would be to make the subscribe button actually line up with the count and bell again, as well as finding out how to revert it. (I've covered this somewhat also in #74 but since the post was closed I don't know if will receive anymore responses)

There are still some bugs caused by youtube's CSS. These are relatively easy fixes but I can't go in and do them all just for youtube to spin the slots again. I would strongly reccomend using stylus & css fixes for the moment so everyone can react fast. Perhaps a YT-redux-support style is in order. I could contribute to one but don't want to be the main writer of it.

I saw this before you edited it out of your previous comment yesterday, and yeah, that makes sense for the time being.

omnidevZero commented 2 years ago

Thanks for the contribution! Actually I've begun to work on it some time ago but I just got back to actually finishing it so the upcoming update will fix some of the issues. I'll push that first and afterwards I'll take a look at this PR again to see what can be cherry picked for additional fixes.