From 46f6ffe4509a349dd87c489a85b4514bba8ded1d Mon Sep 17 00:00:00 2001 From: Younes Aassila <47226184+younesaassila@users.noreply.github.com> Date: Sat, 9 Dec 2023 19:43:09 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20more=20debug=20info=20for=20t?= =?UTF-8?q?abs=20in=20Chrome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/popup/popup.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/popup/popup.ts b/src/popup/popup.ts index 1573cf44..ae26a8d0 100644 --- a/src/popup/popup.ts +++ b/src/popup/popup.ts @@ -182,6 +182,12 @@ copyDebugInfoButtonElement.addEventListener("click", async e => { ? store.state.normalProxies : anonymizeIpAddresses(store.state.normalProxies) )}`, + isChromium + ? `- Should extension be active: ${store.state.chromiumProxyActive}` + : "", + isChromium + ? `- Number of opened Twitch tabs: ${store.state.openedTwitchTabs.length}` + : "", `- Last ad log entry: ${ store.state.adLog.length ? JSON.stringify({