feat(youtube/hide-comment-component): hide preview comment hides the dots of live comments

This commit is contained in:
inotia00 2023-08-03 13:16:49 +09:00
parent b4057ef846
commit c80d0e7ba4

View File

@ -30,6 +30,7 @@ import app.revanced.util.integrations.Constants.PATCHES_PATH
class CommentComponentPatch : ResourcePatch { class CommentComponentPatch : ResourcePatch {
override fun execute(context: ResourceContext): PatchResult { override fun execute(context: ResourceContext): PatchResult {
LithoFilterPatch.addFilter("$PATCHES_PATH/ads/CommentsFilter;") LithoFilterPatch.addFilter("$PATCHES_PATH/ads/CommentsFilter;")
LithoFilterPatch.addFilter("$PATCHES_PATH/ads/CommentsPreviewDotsFilter;")
/** /**
* Add settings * Add settings