File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
"TRACK_NAME_SELECTOR" : " ytmusic-player-bar .content-info-wrapper .title" ,
23
23
"TRACK_ARTIST_SELECTOR" : " ytmusic-player-bar .content-info-wrapper .subtitle yt-formatted-string > :first-child" ,
24
24
"BTN_WRAPPER_SELECTOR" : " ytmusic-player-bar ytmusic-like-button-renderer" ,
25
- "BTN_LIKE_SELECTOR" : " ytmusic-player-bar ytmusic- like-button-renderer tp-yt-paper-icon- button:last-of-type " ,
25
+ "BTN_LIKE_SELECTOR" : " ytmusic-like-button-renderer button[aria-label='Like'] " ,
26
26
"PIP_BTN_SELECTOR" : " NONE" ,
27
27
"AUDIO_SELECTOR" : " video.html5-main-video"
28
28
},
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export const localConfig: LocalConfig = (() => {
80
80
.${ LYRICS_CLASSNAME } {
81
81
margin-left : var (--ytmusic-like-button-renderer-button-spacing , 8px );
82
82
}
83
- .${ LYRICS_CLASSNAME } tp- yt-iron-icon {
83
+ .${ LYRICS_CLASSNAME } . yt-spec-button-shape-next__icon {
84
84
background : var (--ytmusic-text-secondary );
85
85
transform : rotate (90deg ) scale (1.1 );
86
86
-webkit-mask : url (${ iconUrl } ) center / 100% no-repeat;
You can’t perform that action at this time.
0 commit comments