|
342 | 342 | "preview": "resources/assets/snippets/pokemon-adventure.png"
|
343 | 343 | },
|
344 | 344 | {
|
345 |
| - "title": "Hide Friend Activity Button 2024", |
346 |
| - "description": "Hides the Friend Activity button", |
347 |
| - "code": "[aria-label='Friend Activity'] {display:none;}", |
348 |
| - "preview": "resources/assets/snippets/Hide-Friend-Activity-Button.png" |
| 345 | + "title": "Hide Friend Activity Button 2024", |
| 346 | + "description": "Hides the Friend Activity button", |
| 347 | + "code": "[aria-label='Friend Activity'] {display:none;}", |
| 348 | + "preview": "resources/assets/snippets/Hide-Friend-Activity-Button.png" |
349 | 349 | },
|
350 | 350 | {
|
351 |
| - "title": "Hide What's New Button", |
352 |
| - "description": "Hides the What's New button", |
353 |
| - "code": "[aria-label=\"What's New\"] {display:none;}", |
354 |
| - "preview": "resources/assets/snippets/Hide-Whats-New-Button.png" |
| 351 | + "title": "Hide What's New Button", |
| 352 | + "description": "Hides the What's New button", |
| 353 | + "code": "[aria-label=\"What's New\"] {display:none;}", |
| 354 | + "preview": "resources/assets/snippets/Hide-Whats-New-Button.png" |
355 | 355 | },
|
356 | 356 | {
|
357 |
| - "title": "Hide Audiobooks Button", |
358 |
| - "description": "Hides the Audiobook button on the home page", |
359 |
| - "code": "button[aria-label='Audiobooks'] {display:none;}", |
360 |
| - "preview": "resources/assets/snippets/Hide-Audiobooks-Button.png" |
| 357 | + "title": "Hide Audiobooks Button", |
| 358 | + "description": "Hides the Audiobook button on the home page", |
| 359 | + "code": "button[aria-label='Audiobooks'] {display:none;}", |
| 360 | + "preview": "resources/assets/snippets/Hide-Audiobooks-Button.png" |
361 | 361 | },
|
362 | 362 | {
|
363 |
| - "title": "Hide Podcast Button", |
364 |
| - "description": "Hides the Podcast button on the home page", |
365 |
| - "code": "button[aria-label='Podcasts'] {display:none;}", |
366 |
| - "preview": "resources/assets/snippets/Hide-Podcast-Button.png" |
| 363 | + "title": "Hide Podcast Button", |
| 364 | + "description": "Hides the Podcast button on the home page", |
| 365 | + "code": "button[aria-label='Podcasts'] {display:none;}", |
| 366 | + "preview": "resources/assets/snippets/Hide-Podcast-Button.png" |
367 | 367 | },
|
368 | 368 | {
|
369 |
| - "title": "Hide Recently Played Sections", |
370 |
| - "description": "Hides the Recently Played sections on the home page", |
371 |
| - "code": ".view-homeShortcutsGrid-shortcuts, section[aria-label='Recently played'] {display:none;}", |
372 |
| - "preview": "resources/assets/snippets/Hide-Recently-Played.png" |
| 369 | + "title": "Hide Recently Played Sections", |
| 370 | + "description": "Hides the Recently Played sections on the home page", |
| 371 | + "code": ".view-homeShortcutsGrid-shortcuts, section[aria-label='Recently played'] {display:none;}", |
| 372 | + "preview": "resources/assets/snippets/Hide-Recently-Played.png" |
373 | 373 | },
|
374 | 374 | {
|
375 |
| - "title": "More Visible Unplayable Tracks", |
376 |
| - "description": "Changes the background of unplayable tracks to make it easier to spot them in large playlists.", |
377 |
| - "code": ".main-trackList-disabled{background:#f004}.main-trackList-disabled:focus-within,.main-trackList-disabled:hover{background:#f005}.main-trackList-disabled.main-trackList-selected,.main-trackList-disabled.main-trackList-selected:hover{background:#f006}", |
378 |
| - "preview": "resources/assets/snippets/More-Visible-Unplayable-Tracks" |
| 375 | + "title": "More Visible Unplayable Tracks", |
| 376 | + "description": "Changes the background of unplayable tracks to make it easier to spot them in large playlists.", |
| 377 | + "code": ".main-trackList-disabled{background:#f004}.main-trackList-disabled:focus-within,.main-trackList-disabled:hover{background:#f005}.main-trackList-disabled.main-trackList-selected,.main-trackList-disabled.main-trackList-selected:hover{background:#f006}", |
| 378 | + "preview": "resources/assets/snippets/More-Visible-Unplayable-Tracks" |
379 | 379 | }
|
380 | 380 | ]
|
0 commit comments