NeverDecaf
NeverDecaf
This is a good suggestion, however I am actually waiting on the implementation of `display: fullscreen` as it seems much more likely to be worked on. As suggested in [this...
Looks like this will never be fully possible, see: https://github.com/w3c/manifest/ issues/659 I have seen the above feature and I'll give it a try when it gets added to origin trial....
I did try the flag in a version of chromium 92 but it doesn't seem fully implemented since it did nothing. As for how it could help, I've been thinking...
I completely forgot the title bar color could be changed. It *should* be possible to make the entire top bar draggable via `-webkit-app-region: drag` according to the [spec](https://github.com/WICG/window-controls-overlay/blob/main/explainer.md).
You actually can change the theme color by editing the `content` attribute of the `name="theme-color"` \ tag. Try this: `document.getElementsByName('theme-color')[0].setAttribute("content","red")`
Javascript in the extension is run in the discord.com iframe which doesn't have access to its parents DOM, to change the theme you have to modify the container (the PWA...
It's actually possible to access the origin trial already by setting the flag `chrome://flags/#enable-desktop-pwas-window-controls-overlay` in the current chromium 92 releases. However, the implementation is still not complete so it's essentially...
check out the chrome flag `chrome://flags/#enable-desktop-pwas-borderless`
I threw together a barebones extension that adds this functionality to Ungoogled Chromium: https://github.com/NeverDecaf/chromium-web-store Unfortunately I could not find a way with my limited javascript knowledge to dynamically detect the...
@woolyss Thanks for the video! I've added it to the readme as it makes the install process very clear.