Skip to content

Commit

Permalink
✨ Add more debug info for tabs in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
younesaassila committed Dec 9, 2023
1 parent 9a4b27f commit 46f6ffe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/popup/popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 46f6ffe

Please sign in to comment.