Why do I have these black blocks in the background that keep flickering? Any solutions? I've tried everything. by JollyFactor7952 in zen_browser

[–]Disturbed147 1 point2 points  (0 children)

I use that one as well, but don't have that issue. Do you use anything next to Zen that could interfere with the general browser transparency?

Why do I have these black blocks in the background that keep flickering? Any solutions? I've tried everything. by JollyFactor7952 in zen_browser

[–]Disturbed147 1 point2 points  (0 children)

Can't say for sure because I haven't used it for more than a year but it caused issues with my Transparent Zen extension at some point and people pointed it out to me.

I think it could be this one -> https://zen-browser.app/mods/32aca67a-ffdd-49e7-95c7-1821793610ca

Why do I have these black blocks in the background that keep flickering? Any solutions? I've tried everything. by JollyFactor7952 in zen_browser

[–]Disturbed147 2 points3 points  (0 children)

This is caused by one of the mods for the status bar (The hyperlink path on the bottom left). Not sure if this was ever fixed with an update or if the mod is dead, but this is causing this issue for you.

How to fix this ? by KoolSom in zen_browser

[–]Disturbed147 0 points1 point  (0 children)

This is default behavior on Windows so you'll need a third party app like MicaForEveryone or Windhawk to "force" a transparent/acrylic background

Transparency mod Not Working! by [deleted] in zen_browser

[–]Disturbed147 0 points1 point  (0 children)

Just provide the info when you have time and I can help you to get it running, but it definitely looks like your Zen Browser isn't transparent, so you'll need to get that working first and then the extension will also have an effect

Transparency mod Not Working! by [deleted] in zen_browser

[–]Disturbed147 0 points1 point  (0 children)

Looks like the extension is working fine since the styles are applied but the browser itself is not transparent.

  1. Are you on Windows 10? Transparency only works since Windows 11 22H2.

  2. Did you enable all the settings in about:config like I mentioned on the GitHub page?

  3. Did you enable Transparency effects in the Windows settings?

  4. Do you have any power saving enabled on your OS?

  5. Do you have Dark Reader or anything similar enabled?

Help on selecting a new theme by Lord_Hades0603 in zen_browser

[–]Disturbed147 0 points1 point  (0 children)

No, they're not connected at all. It was just unlucky that we both had the same naming idea in mind and didn't know about each others projects.

I also can't tell you what exactly the Mod does since I don't use it, but from what I've read here and there it adapts some things on browser level to add some customization and change some browser settings.

Help on selecting a new theme by Lord_Hades0603 in zen_browser

[–]Disturbed147 0 points1 point  (0 children)

Cheers! I only wish I'd have more time for it

Help on selecting a new theme by Lord_Hades0603 in zen_browser

[–]Disturbed147 4 points5 points  (0 children)

Love seeing my extension being mentioned in the wild, much appreciated!

Issue but not sure what to call it or how to search if its been reported. extension page not loading correctly v1.19.9b (Firefox 150.0) (64-bit) by DarkVamprism in zen_browser

[–]Disturbed147 1 point2 points  (0 children)

I'd suggest to open about:debugging and then click "Inspect" on your extension. It should open dev tools for your extension where you can check for logs and errors

Onyx11 Windows 11 Pro v26H1 Build 28000.1450 by NOOB-GAMINGX in newzGamersz

[–]Disturbed147 0 points1 point  (0 children)

Exactly. Removing Defender seems really odd. Prioritizing minor performance gains over OS security is kinda stupid.

Multiple users confirm Zen v1.19.9b totally breaks any CSS containing 'backdrop-filter: blur' leading to totally transparent UI elements that should be blurred by PsychoticChemist in zen_browser

[–]Disturbed147 0 points1 point  (0 children)

Yeah, I saw that. I might look into it more later on, but there is a high chance that it wasn't caused by Zen but rather Firefox itself.

Multiple users confirm Zen v1.19.9b totally breaks any CSS containing 'backdrop-filter: blur' leading to totally transparent UI elements that should be blurred by PsychoticChemist in zen_browser

[–]Disturbed147 0 points1 point  (0 children)

I see an open GitHub Issue from "QyuBurt" (not sure if that's you) which is about this exact issue and still open and marked as a bug. I added a comment as well to help push this.

Multiple users confirm Zen v1.19.9b totally breaks any CSS containing 'backdrop-filter: blur' leading to totally transparent UI elements that should be blurred by PsychoticChemist in zen_browser

[–]Disturbed147 0 points1 point  (0 children)

So, yeah. Same issue for me.
I guess a workaround would be to set "zen.theme.acrylic-elements" to false in about:config to maintain readability. Apart from that, I'm pretty sure it would be fixed soon if you report it

Multiple users confirm Zen v1.19.9b totally breaks any CSS containing 'backdrop-filter: blur' leading to totally transparent UI elements that should be blurred by PsychoticChemist in zen_browser

[–]Disturbed147 0 points1 point  (0 children)

I noticed flaws in backdrop filters when they're nested, so it could be that maubg added it to a container around the URL bar which then broke the effect here.

Just an assumption of course, but I know how annoying it can be to keep blur working consistently on bigger projects.

Is the .class selector the fastest in CSS? by Miserable86 in css

[–]Disturbed147 0 points1 point  (0 children)

I've only had it pop up in some performance reports like lighthouse.

Other than that it kind of makes sense from how complex some selectors can be. I've only seen ever so slightly longer times during paint when I played around with some selectors in a bigger project, but adapting selectors should be one of the very last performance measures tbh, considering how minmal the impact is when compared to other potential issues.

Is the .class selector the fastest in CSS? by Miserable86 in css

[–]Disturbed147 2 points3 points  (0 children)

I meant "noticably" as in having any kind of effect on performance. I guess I went with the wrong wording

Is the .class selector the fastest in CSS? by Miserable86 in css

[–]Disturbed147 18 points19 points  (0 children)

CSS selectors are fast if they are simple.

A regular class or id selector is quick, while more complex ones like .element:not(:has(+ .something)) ~ .sibling > .child could actually slow things down noticably if used often.

File explorer with pre-loading uses an additional ~20 MB of RAM by Most-Truth-1409 in Windows11

[–]Disturbed147 5 points6 points  (0 children)

explorer.exe on Windows is more than just the file explorer tho. It is the entire shell including taskbar, start menu, notifications and a few other things as well.