bbb651 🇮🇱

Results 123 comments of bbb651 🇮🇱

Provided this feature is opt-in (there will always be false-positives), I think a system to automatically detect sponsored text and hide it is pretty doable, for example looking for key...

Looking through the code, [there are commented out lines of such an option](https://github.com/BetterDiscord/BetterDiscord/blob/f35b82c69e9e19078e4620495547dc647152475d/injector/src/modules/browserwindow.js#L19), did adding it cause other issues?

> Either way your window manager should already provide that option for most if not all window managers available I tried doing that, the problem is [draggable regions](https://www.electronjs.org/docs/api/frameless-window#draggable-region) and [transparency](https://www.electronjs.org/docs/api/frameless-window#transparent-window)...

I've only seen the URI used (in the web player if you right click and select open in desktop app, it redirects you to a `spotify:...` link), afaik the offical...

Adding to this, instead of copying the file over it can use symlinks which will reduce redundant file size and disk usage for the copying operations.

You are right, I didn't take portability and other operating systems into account. I'm not sure how copying symlinks works but it would be nice if the end user could...

This also happens to me on an iPhone XS Max on iOS 17.2.1, ~~only on the PWA afaict~~ it also happens inside safari but I think only when the PWA...

Here are some workarounds I found: ## Kiosk Mode This one is probably the best one of all of these, add the `--kiosk` flag when launching firefox (warning, it completely...

I was also missing `wl_surface::commit`s after calls to `wl_surface::set_buffer_scale`

Turns out there are `wl_*::REQ_*_SINCE` and `wl_*::EVT_*_SINCE` constants already in `wayland-client`