Skip to content

Commit

Permalink
feat(snippets): hide download button (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakura125809 authored Oct 27, 2023
1 parent abdf431 commit 1455618
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/resources/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,10 @@ export default [
"code": "button.main-nowPlayingBar-lyricsButton { display: none; }",
"preview": "resources/assets/snippets/hide-lyrics-button.png",
},
{
"title": "Hide download button",
"description": "Hide download button in EPs and albums",
"code": "div.x-downloadButton-DownloadButton { display: none; }",
"preview": "resources/assets/snippets/hide-download-button.png",
},
];

0 comments on commit 1455618

Please sign in to comment.