BetterDiscord is launched on the application authorization page #29
Replies: 1 comment
-
Greetings, Thank you for your report. This is indeed a bug caused by BdBrowser, not BetterDiscord. Since the UserStore module is being loaded on the provided URL, this erroneously causes BdBrowser to assume the web client is already loaded/initialized and injects BetterDiscord directly without registering/waiting for the callback (as evident by the "getCurrentUser succeeded, running setImmediate()." log entry in the console). I see two aspects to optimize here:
To address the immediate issue, I have pushed a fix containing the changes detailed in the first aspect. The refactoring work to address the underlying problem holistically will probably take some time and will be part of a future release. |
Beta Was this translation helpful? Give feedback.
-
Better Discord (or BdBrowser) starts running BetterDiscord with its plugins on the page https://discord.com/oauth2/authorize when it doesn't need to be done
You can check it on this page, on the top right Log In https://discords.com/bots/bot/621352902656524288
Beta Was this translation helpful? Give feedback.
All reactions