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:
Yazazuyo
2023-12-09 02:37:17 +01:00
committed by GitHub
parent a81cb9515c
commit 45e5bc7df5
2 changed files with 45 additions and 0 deletions

View File

@ -589,6 +589,10 @@
"visualizer-type": "Visualizer Type"
},
"name": "Visualizer"
},
"skip-disliked-songs": {
"description": "Skips disliked songs",
"name": "Skip Disliked Songs"
}
}
}