mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
Skip Disliked Songs (#1505)
* Added skip-disliked-songs * Changed it to activate and deactivate without restart * Added waiter for Element * MutationObserver can be null Co-authored-by: JellyBrick <shlee1503@naver.com> * MutationObserver could not exist Co-authored-by: JellyBrick <shlee1503@naver.com> * Update src/plugins/skip-disliked-songs/index.ts Co-authored-by: JellyBrick <shlee1503@naver.com> * Replaced double quotes with single quotes --------- Co-authored-by: JellyBrick <shlee1503@naver.com>
This commit is contained in:
@ -589,6 +589,10 @@
|
||||
"visualizer-type": "Visualizer Type"
|
||||
},
|
||||
"name": "Visualizer"
|
||||
},
|
||||
"skip-disliked-songs": {
|
||||
"description": "Skips disliked songs",
|
||||
"name": "Skip Disliked Songs"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user