feat: Add toggle to swap the order of like/dislike buttons#4221
Merged
JellyBrick merged 2 commits intopear-devs:masterfrom Jan 29, 2026
Merged
feat: Add toggle to swap the order of like/dislike buttons#4221JellyBrick merged 2 commits intopear-devs:masterfrom
JellyBrick merged 2 commits intopear-devs:masterfrom
Conversation
JellyBrick
approved these changes
Jan 29, 2026
Devajuice
pushed a commit
to Devajuice/pear-desktop
that referenced
this pull request
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this do?
This PR adds a toggle in
Options > Visual Tweaks > Like buttonsto reverse the order of the Like and Dislike buttons such that the Like button appears first.Do note that changes to this only show after a reload.
As I'm sure many people will have gotten used to the current button order, this toggle is disabled by default.
Before
After
Why?
A bit over a year ago now, I began using this app. I had already been using YouTube Music on my phone as well. Everything was great, except my usage of the mobile app (and standard YouTube in the browser) had taught me the muscle memory of "hit the first button to like a song".
Makes sense, but for whatever reason, YouTube Music on the web swaps the order of these buttons such that the first button actually dislikes. There were many times where I would have something autoplay while I'm working on something, I'd tab into the app, and hit what my muscle memory told me should be the like button, only for the song to abruptly stop playing, because I'd actually clicked dislike instead.
I wrote up a simple CSS plugin to remedy this ages ago, but I'm setting this up on a different machine now and I feel like this would belong better in the app itself, as it fixes an inconsistency between mobile and desktop, YouTube and YouTube Music. It doesn't make much sense to me that Google chose to reverse the order of these buttons on only YouTube Music, and only on the web version.