Skip to content

Commit 1a62e89

Browse files
committed
Apple Music: Make the title of an active radio station into a heading.
1 parent 340fdd9 commit 1a62e89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AppleMusicA11yFixes.user.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ const DYNAMIC_TWEAKS = [
160160
// The Add to library button for songs in song lists.
161161
{selector: '.add-to-library',
162162
tweak: [setLabel, "Add to library"]},
163+
// The title of an active radio station.
164+
{selector: '.typography-large-title-emphasized',
165+
tweak: [makeHeading, 1]},
163166
];
164167

165168
/*** Lights, camera, action! ***/

0 commit comments

Comments
 (0)