From e14a9e03583fb3b4d3fd35c94e04f1148ebd5ba2 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sun, 18 Aug 2024 22:59:04 +0200 Subject: [PATCH] Add command metadata to menu link item It seems like that's required now (?) --- YouTube Livechat Channel Resolver.user.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/YouTube Livechat Channel Resolver.user.js b/YouTube Livechat Channel Resolver.user.js index 427f362..1bba982 100644 --- a/YouTube Livechat Channel Resolver.user.js +++ b/YouTube Livechat Channel Resolver.user.js @@ -126,6 +126,13 @@ var main = function() { "iconType": icon }, "navigationEndpoint":{ + "commandMetadata":{ + "webCommandMetadata":{ + "url": url, + "webPageType": "WEB_PAGE_TYPE_UNKNOWN", + "rootVe": 0 + } + }, "urlEndpoint":{ "url": url, "target": "TARGET_NEW_WINDOW"