Replies: 3 comments 11 replies
-
Added a fallback background option when transparency is not enabled so Please update the addon to v2.2.5 |
Beta Was this translation helpful? Give feedback.
-
Hi Sameera, first of all, love your work! thank you so much for your provided modifications! I wanted to ask, is there a way to mitigate this problem? like, if i turn the Zen Zero extension off, some websites turn back to normal, some don't, as you have discussed in this post. So, with the websites that there is this issue, where they are transparent regardless, is there some way to easily make them look like normal? without me having to go to flags and switching the transparency of the browser on and off each time for this annoyance with those websites. I mean i know, that this problem has nothing to do with your extension, but i am asking, like perhaps (idk anything about coding) you could inject some "default styling" for websites where we face issues like i mentioned above. All this is just a humble request, if you're okay with that, or if it's impossible to do from your side then that's okay too. Just wanted to discuss this particular option in detail. |
Beta Was this translation helpful? Give feedback.
-
Hi Sameera, I hope you’re well. I’ve been using your Transparent Zen mod and really appreciate your work. I encountered an issue I hope you can help with. I uninstalled the mod without first disabling the transparency setting, and now Zen Browser remains transparent even after reinstalling and disabling the mod settings. I’ve tried the following without success:
Now, transparency behaves inconsistently—for example, on YouTube, sometimes the background is white instead of transparent, and opening new pages often resets the effect. I’d really like to keep using the mod, but I think my previous mistake may have caused this behavior. If you have any suggestions or a way to fully reset the transparency setting, I’d be very grateful. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR How to fix
If you were using the Transparent Zen mod, it's because you didn't read the clear instructions... Turn off the options in the mod before uninstalling and then re-start the browser to take the disabling transparency to take effect.

If you didn't use transparency before, it's because you have the flag

browser.tabs.allow_transparent_browser
->true
inabout:config
.... switch that tofalse
and re-start the browser. Now the web content will not be allowed to be transparent.If you want other websites to be transparent but not this one, Use the userContent.css or a 3rd party addon to add a simple background
body, html{background-color: light-dark(#fff, #222)}
to the hody of the webpage manually.I am working on a workaround from my end which might take a bit of time... :)
Why it happens?
It's because the mod is there to mainly enable this flag
browser.tabs.allow_transparent_browser
to remove the default colored solid back-plate from the website view of the browser. But usually the page is intact since it got a background color for the body, html etc. But, some websites for some reason skipped this like Google Classroom which automatically achieves transparency since the browser isn't providing a back-plate anymore since we disable it.So simply it becomes transparent without even an add-on, Turn off the flag to add that website back-plate back.
Why that flag is enabled?
In the Transparent Zen, well... it's said in the name... to allow the websites to be transparent with the Transparent Zen Mod + Zen Internet Addon. If you didn't use it, maybe another mod enabled it for some reason or you might have accidentally done it... These changes in mods aren't automatically reverted upon uninstallation so that's why they persist even after uninstalling.

Beta Was this translation helpful? Give feedback.
All reactions