[READ-ONLY] Mirror of https://github.com/shuuji3/youtube-music-stylesheet-flip-like-and-dislike-buttons. A stylesheet to flip "like" and "dislike" buttons on YouTube Music to make them a same order on userstyles.org/styles/186495/youtube-music-flip-like-and-dislike-buttons
stylesheet youtube-music
0

Configure Feed

Select the types of activity you want to include in your feed.

1/* ==UserStyle== 2@name youtube-music-stylesheet-flip-like-and-dislike-buttons 3@namespace github.com/shuuji3/youtube-music-stylesheet-flip-like-and-dislike-buttons 4@version 1.0.0 5@description Flip "like" and "dislike" buttons on YouTube Music to make them a same order on YouTube. 6@author TAKAHASHI Shuuji <shuuji3@gmail.com> 7==/UserStyle== */ 8 9@-moz-document domain("music.youtube.com") { 10 ytmusic-like-button-renderer { 11 direction: rtl; 12 } 13}