[Feature] Allow BD on popouts and overlay
See original GitHub issueDescribe the Bug I want to change the background of the pop out of to green for my stream. But that only works on discord app, when I click on the pop out, it’s seems that the betterdiscord doesn’t modify the new windows named “Pop Out”.
To Reproduce Add this code into the custom CSS and normally in the web version of discord its working, but not in the discord desktop app.
.wrapper-2qzCYF.popout-1MBou-{
background-color:green;
}
Expected Behavior I want to edit the pop out like I do with the discord desktop app.
Screenshots
This is the web application with the CSS edits manually
This is the desktop app with the CSS edit in the CSS editor
Discord Version Stable 68815 (fdca70b) BBD 0.3.5 Host 0.0.308 Injector 0.6.2 Windows 10 64-Bit (10.0.18362)
Additional Context It seems that the better discord don’t work with pop out…
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (2 by maintainers)
This is not a bug because as @NFLD99 mentioned, BD intentionally does not inject into popouts or the overlay. I’ll leave this open as a feature request.
As far as I’m aware bbd doesn’t inject to popouts or overlays, iirc it’s due to how bd runs and having those inject it causes issues.