#Zen Zero
1 messages Β· Page 2 of 1
with the browser being transparent as well?
no issues with blur? especially around text?
wokrs perfectly fine lol
lemme try... maybe they somehow fixed in 1.8b? I hope
nah... no difference for me except the whole ui being very laggy.... maybe a thing with windows? mica or acrylic I guess
the browser transparecy? it's already on for me
lacuna.sidebar.compact-transparent
i didn't notice it at first either
is there a way to add a border to the compact sidebar?
I got the blur after adding that custom flag, but, that still has the issue I mentioned
being laggy?
ohh the screenshot is broken but either way, it has the same problem I mentioned... if the browser is transparent, only large solid elements will be blurred... text will be shown through
it blurs in about:config and about:profile
yes... that's because that page is not transparent... check it on the youtube home feed with my css
ah okay
is there a way to keep the fading and minimalist look without transparency?
of the compact sidebar or the whole browser?
ahhh... I just nuke elements that I do not need...
whar
pick the element and do
display: none !important;
}```
if you keep the background color intact, no...
Just don't do these stuff
background-color: transparent !important;
}```
This is what makes it transparent
better if you add new css to the bottom of each stylebot css file (in the editor)
so i add this to end of editor of each website thing?
No no.. first pick the element you wanna hide with it's picker and then add the display: none part to it
uhhh
this is good but
the entire youtube menu broke
and x
it only appears when i hover over
im on mac
]\
disabling style thingy works but its still werid
dark reader on?
unfortunately I can't fix this since x doesn't show this pop-up in my country... but the rest should work I guess... overlay parts are the most common to break
@dull rover Hey, I am using this extension in this post https://discord.com/channels/1088172780480114748/1342607539426164737 . I use your CSS in one profile and the extension one in other. Could you do something like this as it makes the process of enabling transparency much more easier, i.e., until Rice is released.
Ofc, this extension support a limited set of websites because of which I use your CSS more...
I looked into it.... I would love to do but not sure I am familiar with it enough... WHat I got in mind is an addon that fetches the latest css from my repo but allows you to disable or enable each modification groups separately (like enable blur, remove sidebar....)
Gonna take some research i guess...
goin through the code and found this β€οΈ
zen got a new update
yeye.... bug fix for 1.8b
I might be cookin' something with it https://sameerasw.github.io/my-internet/github.com.css
Only things that worries me is that this totally depends on remotely loading css files with jss and as we know, remote jss is quite scary...
And there seems to be a cache time of like 10mins (testing)
Haven't looked into partial css enable/disable logic yet...
Also this require everything to have !important
OMG IT WORKS!!! I can remotely update the css... it will update ont he client on every hour or on demand...
wait so do u recommend moving to using the extension or keep using stylebot?
U got something cookin bet
well, I am creating my own... currently it can load the css in my repo but some need to be updated since some styles don't get applied unless they got the !important part....
But so far, github, yt and some others work...
if you want to give it a try and test, it's here : https://github.com/sameerasw/zeninternet (forked from transparent-zen because IDK how to create an addon from ground up)
Just expect a lot of bugs... and also there's no way to modify the style (YET) , you only can enable or disable... and it has a background script running which I am trying to disable
damnn the extension looks fire
ill try it out after its stable π€ dont want to deal with bugs lmao
that's basically the one I forked but replaced content
ye... I am trying to add partial css enabling so ppl can turn off some parts of the theme... but my brain needs some oil for that π
disable acrylic in about:config
is stylebot_backup.json still updated?
No but I'll do now... It's kinda messy tho.. you will have to tweak some stuff
done β
aight
is stylebot_backup.json and styles.json diffrent?
will it take time to update
or did it already update
ignore the styles.json .. it's an extension think i'm working on
oki
ohhhh i forgot.. you meant the backup in the github repo.. i updated an old gist... lemme check this
use this for now
aight
Uh
Previously it used to be fully transparent
It seems like it has sort of a grey layer now?
disable acrylic in about:config
it's a thing that was addedc in 1.8b use this in userChrome.css to remove
.browserStack browser {
background-color: transparent !important;
}```
which way it's broken? no transparecy? overlays are transparent too?
Why is youtube music video not completely hidden on collapsing it?
can someone make brave search transparent
Guess what? It's published now!
https://addons.mozilla.org/en-US/firefox/addon/zen-internet/
very helpfull for new users you did great work
Will continue to update the CSS to be compatible
I don't have this.. prolly some extension maybe? or because it's a video? I never played videos
a website? I'd try π
youtube music has many videoos
Youtube is not working without restarting the background script, it needs to be restarted on loading youtube for it to become transparent
WWWWWW
dont think its working ill stick to stylebot for now hehe
so with the extension we cant make edits to the css?
I don't have a bg script currently... maybe why... I removed bg script since didn't wanna have a js script running always for no reason
I think I always kept it off.. that's why... I'll try to fix this as well later if possible...
ye, yt music neet to be updated... because this is a addon made by me, not much magic hapenning so I have to add !important to all the css variables in the sheet in my repo... But the good thing is that I can do that wihout touching the extension π
And those tabs finally loaded LOL
fml
done π
is it possible to toggle for each site?
this is what I am just starting to work on, I updated all the website specific css so now all should be supported...
guess what... that's working nicely too... I'll submit for a new update for the addon in the store... don't ask me why the extension icon is there, i have no idea
think it might be because of not enough space on top of url bar?
sometimes there is, sometimes there's not π
Update is live
ill try it tmw :)
how do i fix the transparent part at bottom and top of yt vids?
I deliberately added it... I think you can disable by removing this part in the css or re-add it with #000000 color to make black. I will try to give an option to make this in my addon soon
.html5-main-video, .html5-video-container, #movie_player, #container, #ytd-player, #player-container, #player-full-bleed-container, #full-bleed-container{
background-color: #00000000 !important;
}
oki
It is nice but a bit distracting if you watch any type of video
black bars are the way to go here
understandable π
Addon updated to version 0.2.2 and now have propper per-website control to enable or disable stylesheets.
https://addons.mozilla.org/en-US/firefox/addon/zen-internet/
Hi, any idea why it might not work? I'm on windows, vesion 1.8.1b, using your extension, dark reader is off, but nothing is transparent and youtube looks like this
browser.tabs.allow_transparent_browser is set to true, userChrome.css is correct, no zen mods installed
you might have to re-fresh the page again a couple times I think.... is it just youtube?
I haven't checked other websites yet, CTRL + F5 doesn't help, restarted browser few times, even without that youtube thing, it's just not transparent, am I missing some step?
after installing the extension, did you opent he extension pop-up, enable the themeing and fetched the latest styles at least once?
in the current 0.2.2 version, it may take a few seconds to fetch but I am working on optimizing it soooon
I did fetch, restart script and yes, styling is enabled
can you check another website like github is it's having the same issue? worked fine on my windows instal which i tested just now but it did take multiple reloads after fetching cuz my slow internet
I tried the other extension with json sync, same visuals, so I don't think it's your extension that is not working
ohhh the browser isn't transparent it seems.... after you enabled the flag in about:config, you may need to re-open the browser...
also i don't see any transparencyy at all even tho mica or acrylic should be enabled by default on windows now... that's a problem too
I did that with default button on top right and using about:profiles restart button
weird... transparency enabled in windows right? and no power saving enabled?
Windows 11 24h2, if you mean Transparency effect in personalization > colors (maybe a bit diffrent, just translated), it's enabled, contrast color set to Auto
Power saving is off
clueless... because since 1.8b your sidebar should have blur natively because zen added it... we are here only ened to make the website tab abckground transparent for this...
I'm using the profile from alpha because I have so much data in it, but creating a new fresh profile didn't help as well..
seems like the issue is with the app itself maybe failing to give transparency .... since you got no zen mods that can affect, no custom theme color set, edited the flags correctly and such, it should work right away
Further improved with the support of @lost timber π
what does your color theme look like? it could be that
if you are using custom color then adding opacity value at the end of the hex code should work
Not working for me either @dull rover
Hi! what is the part having issues? transparency? stylebot or the addon?
The addon now has feature specific toggles so you can fine tune the styles yourself and pick what you like.
With that, marks the 1.0.0 release and it's now I consider out of beta and should be ready to use with minor if not any issues ... Your feedback is always appreciated β€οΈ
Next planned feature is to allow user to add custom css snippets but that is gonna be a bit difficult. Also live display changes without a reload.
Do I need to download the stylebot extension now?
Or only your extension
Its kinda confusing sorry
nope... unless you wann add your own styles, it's not needed... this should handle everything...
https://addons.mozilla.org/en-US/firefox/addon/zen-internet/
Its not working for me
Have done steps 1 and 2
as per your notion site
I haven't updated the notion site yet for my addon... but you are asking for transparency int he browser right?
Yes
Also need some tiny bit of blur, cant see my sidebar
that does not seem like my css... make sure you are getting the latest youtube.com.css from https://github.com/sameerasw/my-internet/
And I don't use the sidebar with transparency so this might not be my styles... where did you place the styles?
new walkthrough
Here's what it looks like
Without compact mode
/* Zen transparency */
:root{
--zen-main-browser-background: #00000000 !important;
}
my userChrome
did you enable the flag in about:config as well?
then apply my website specific css from my new addon... then your websites should have transparecy as well
I have it enabled
Yes the flag is enabled
man love the UI π
btw, this needs to be updated... firefox should automatically update addons but if not, vlick the check for updates menu option
Works but my sidebar is still black?
its meant to be black
Oh okay
lmao this is my sidebar right now very symmetrical
oh u can take a look at lacuna wait
i personally use its blurred compact mode u can look at the comments in the code
looks pretty good
I'll try increasing the blur in my userChrome
ye we have to do that to avoid this issue : #1335963848087306333 message
wait... where did you paste the code? you didn't put the youtube css in the userChrome right?
Ah okay
Nope
ahh good
One tiny issue, see if you can fix this, its not a dealbreaker for me, might be for others
whats wrong
yo for the google calendar, can u remove this black box's background?
actually how do u copy the inspected code? i dont know how so i screenshotted
I tried this for hours but it wasn't the element causing the black box... I still couldn't find the cuase
code of the element?
yes
i think selecting and hitting βC should do it
I can select the box but there's no background-color or anya ffecting properties to it for any related elements which leaves me confused just like that black box in gemini we had
oh no looks like we'll have to live with it π
Transparency
is the sidebar also not trasparent? because that should be by default on windows and macOS
thanks
nop
that's the problem... more info? what os? power saving on? ....using any themes?
mb, windows, no themes
since 1.8b , Windows should have transparency by default.... but it seems like some users aren't getting it...
try this first https://sameerasw.notion.site/Zen-Transparency-1939c6099d4080468f02cf05ae50e827?pvs=4
also same with @brave barn
I tried that, Allow Zen to be transparent and :root{
--zen-main-browser-background: #00000000 !important;
}
then it might be a windows color issue or such I think... can you make sure that you are not showing windows accent color as window borders and on taskbar?
Checkboxes look scuffed, version 1.0.1
And youtube thing is fixed by unchecking "no left side guide" in current website features
My resolution is 2560*1440 if that matters
where can I check that?
ahhhh , I don't keep the yt left side guide so that's why I only kept it in overlay mode...
The checkboxes issue is noted, I will actually make the text smaller since it's easier π
Hey, it's fixed, so it's the two (maybe one of them, haven't checked yet) settings in Personalization > Color. Last 2 options, languange is different, but should be the same place
yeap... those 2 are the issue... i was looking for them in my settings....
First one could be On, second one breaks the transparency
noted... 
I have both off 
And transparency effect is On?
yes
widget.windows.mica and zen.widget.windows.acrylic are true in about:config?
Isnt that compact mode?
yes
no its singletoolbar
now its dark
is it possible to get micaforeveryone
to work on a specific process seperately?
ah yeah you can ok good
ight done
i see the texture on the sidebar, make sure you haven'tapplied custom colors too
nop
I'm out of clues... 
I will try with another profile
maybe that helps
I dont know how to create another profile now @dull rover
I'm not sure either... I only created new one when I tested the twillight
Bro I literally suggested it yesterday and the addon is out today! You literally caught me offguard with this. 
https://addons.mozilla.org/en-US/firefox/addon/zen-internet/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search
hehe, sometimes I get zoned into things and can't help but get it done... I wish if I had this for studies LOL
What's the need for studies if what you do can simply earn you how much ever you want!
not wrong there
You know any way to reset everything? @dull rover
maybe delete all the profiles and re-open?
@dull rover Hey, there seems to be an error with YT
the sidebar? it's intended behavour, because I keep the sidebar hideen and only use this overlay sidebar.. and because of the blur issues of overlay items, i had to add a background color to the sidebar so it's black π
FIXED!!!!!
No more youtube not applyyyying issues and background tabs need a reload stuff, added the background.js back and now all works fine
No, like it's like there without hovering mouse over that area.
Oh I see what you meant earlier... I've been so used to that sidebar being blurred that I forgot it's something that has toggle to make it disappear!
Like the previous extension I talked about did that.
do you know any way to get mac like window borders on windows 11?
I unnistall and deleted everything from zen, and the max of transparency is this?
window borders?
I don't see any transparecy tho
that I do not know... never modified the window ui in windows when I used to do mods... because that mostly lead to breaking it π
exactly π₯²
Youtube videos with this seem to be zoomed in, the same as with the style bot
@dull rover Earlier I posted a wrong video, but I am encountering video rendering issue in YT after enabling the extension. Any fix available?
Think the extension is affecting the site, cant disable it unless u disable the extension.
Video can only be viewed properly in full screen mode.
Also for some reason my sidebar is not transparent, could someone please help π
Hover on sidebar?
Yes
I don't have individual code, but you can ask for it in https://discord.com/channels/1088172780480114748/1343260083244765317 or https://discord.com/channels/1088172780480114748/1334433260683526164
There you can easily get it.
I cant seem to find where could you pint it for me please
idk.. this feels like a windows thing
unfortunately the youtube player I had set to be viewed in theatre mode so it fits the full zen window... but might be able to prevent this by turning off the theatre mode feature in the extension... if not, tell me and I'll try to fix it soon π
I think I know what is hapenning... it's mathing the google.com part of the url and applying the google css ... I'll prioratize this issue
yes sir
why dont this extension have "set background to none" for most website to work
I might add it later but this usually breaks websites than fixes.... π
we still have option to turn it off
some still works for me
fixed in 1.1.2 https://addons.mozilla.org/en-US/firefox/addon/zen-internet/versions/
But you may need to manually update your addons to get this now before firefox updates in few business days π
Also got issue with Youtube, it just zooms the video
Ty for the quick fix π₯
works fine now.
turn theatre mode thing off and refresh unless you use in theatre mode like me to get it fit to the full window π
Finally thanks π
my google docs got randomly applied when i checked every other site it does not work
there is currently no theme for google docs
idk what is going on
im on the latest version
had similar issue,worked fine after updating and refreshing the page.
turned off styling on the extension and that work
i did refreshed the page
i turned the styling on the extension off and it work
i assume its because of the extension
all site got applied with this now
google account
sure? maybe check in the addon settings... from next version, i'm gonna add version number to the pop-up π
ts my google account page rn
check your addon version, (from zen:addons)
no problem.. think firefox auto addon update isn't reliable.. gonna keep updates to a minimum π
hit refetch π it's added
It'd be nice to have last fetch and last style update timestamps
thanks so much
So like the time we last fetched source and when that source update was from
or auto fetch once a hour... i will. try these next ... i removed this before when i removed background.js but now uit's back... it will be optional
extension dont remember my setting for each sites after I closed the browser
try this, https://firefox-storage-test.glitch.me/
also check your privacy settings.. maybe they can affect idk
all the test passed
i set delete cookies to off
weird... π₯²
I mentioned in the changelog of that version back, the addon had issues applying themes to tabs opened in the background since it didn't had permission for them.. So I had to add the background.js file again and use this permission so it reminds the user of this permission change...
I tried my best without it but also the youtube was having issues applying styles too...
How do I read this changelog
yo sameerasw, how did u move ur stage manager to the right side of the screen?
moved the dock to left... and set auto hide delay to 10 seconds since I never use the dock....
1.2.0 released
- Added auto fetching every 2 hours (disabled by default)
- Added last fetched time information to the pop-up
Hey now, 1.2.1 already out and requesting a new website theme is just 3 clicks away!
@dull rover anyway to make the grey text white for better readability?
I guess this goes for other websites as well, anyway to force the website to render all text in white/black so that it matches a light/dark background
WWWWW
I would recommend you to first tryy removing that white tint which got added in 1.8b ... but if you reallyyy wanna flip colors, either use the website's specific setting or use dark reader on pages without a dark theme ... i usually add both support when there's no dark theme because idk what theme ppl use the most
you also got he white ting I assume?
mine isn't much different but doesn't ahve the white tint
How do I remove the white tint
ever modified your userChrome.css before? you need to add this to it:
.browserStack browser {
background-color: transparent !important;
}```
box-shadow: none !important;
border-radius: calc(var(--zen-border-radius) + 8px);
backdrop-filter: blur(190px) brightness(120%) !important;
left : 0px !important;
outline: none; !important;
background: transparent !important;
width: 100% !important;
/* Remove new tab background color */
.browserStack browser {
background-color: transparent !important;
}```
Does this look fine?
mmmm no.. syntax was a bit off... use this
box-shadow: none !important;
border-radius: calc(var(--zen-border-radius) + 8px);
backdrop-filter: blur(190px) brightness(120%) !important;
left : 0px !important;
outline: none !important;
background: transparent !important;
width: 100% !important;
}
/* Remove new tab background color */
.browserStack browser {
background-color: transparent !important;
}```
Thanks
Update : all the styles were updated for fixing same name feature overlaps so your previous preferences may reset after this. Will try not to do this often 
aaaaand it didn't fix... all that for nothing
yo sameerasw, is it possible to not include unloaded tabs in the control tab action menu?
that i do not know... I think that overlay content is handled by the browser
@dull rover can u help me?
i wanna put ur gemini code in my userContent.css
/* gemini-transparecy */
:root .dark-theme,
:root .light-theme {
--gem-sys-color--surface: #00000000 !important;
--gem-sys-color--surface-container: #00000000 !important;
}
input-container,
.input-gradient::before {
background: none !important;
}
/* gemini-other changes */
.content-container chat-window .chat-container .bottom-container {
margin-bottom: 30px !important;
}
input-container hallucination-disclaimer {
display: none !important;
}
.input-area-container {
margin-bottom: 2em !important;
}
.cdk-overlay-pane > div,
mat-card {
background-color: var(--bard-color-neutral-96) !important;
border-radius: 1em !important;
}
/* gemini-hover */
.side-nav-menu-button,
.boqOnegoogleliteOgbOneGoogleBar,
top-bar-actions {
opacity: 0 !important;
transition: opacity 0.3s ease-in-out !important;
&:hover {
opacity: 1 !important;
}
}
this one
but when i put it, it doesnt work. currently im using it through the stylus extension but i wanna put it in the css file
what is that
how to make it like this
my github is not working even with the extension on
no no no... website specific code should not go into userChrome.css... it's better to keep them in stylebot addon or just use my own addon which makes it much easier
do you have the high contrast theme on? if so, try switching to the default auto theme
sorry , dark reader broke my theme
i tried your addon. but the problem is that, i cant disable a code for a perticulat website :((. for eg i like a different code for youtube
ahhh ye, it's possible ... I only added dark reader support for websites without a auto theme
I added those features... only has minor bugs I think... site specific themes are now very much possible...
if not, install stylebot and use with it
i tried disabling it for youtube. but the moment i restart my browser, they r enabled again
π
also can u fix the youtube music?
ahhh I still couldn't reproduce this issue... seems to be either a browser issue or privacy settings...
I'll try to hide that, but you can also hit this 3 line hamburger button to hide that and switch to compact view
is it not possible to make that transparent as well? i mean that is also a reason why i wanna disable the youtube one
you can try making it like this
or maybe add a darker background like this
unfortunately this is not a usable solution... it's better to have a bg than being broken... transparency without blur still makes the text unreadable and adding blur just doesn't work.... I am still looking for a workaround for this for months... if I find, I will sure update with it
ohh okk
btw
can u tell me how exactly i can turn off the transperency for a websitee?
with the addon?
@dull rover as u can see, the site changed are back to default on changing the settings for another site :((
sadlyy i just found a bug that prevents (sometimes) ... I'm gonna tryy to fix but this time... I have no idea why it happens... might take a while
btw, to disable a feature, yyou need to relaod after...
ohh. but it happens all the time for me btw π
its still the same
even if i reload
i just tried
:((
ohhh... from myy testing, it happens if i toggle stuff in a different tab and come back.. let's see...
For now, these are the related issues to keep an eye out : https://github.com/sameerasw/zeninternet/issues/2
ohh
Hey, can yyou update your addon to 1.3.0 and test if the feature state not being persistent issue is now fixed or not π
FIXED in 1.3.0
only took a couple of hours 
lol niceee
thanksss
google issues again? π
where is this? all fine for me
ohhhh I seeeee! I never visit the home page since it's useless... I'll update π
mine looks like this
fixed π
I think it's safe to say that from the addon's side, things are now much stable so focusing on styles ...
It would nice to have dynamic unloading to have so disabled features show up without a reload but seems like a reach for now 
am i doing anything wrong?
nicee
also is there something wrong with the google css? ur previous stylebot code works fine but the extension code looks a bit weird
Is the transparent theme extension available on chrome extensions?
I just fixed what was left of it.. but I certainly did not have this much bars tho... from what I see, it's content dependant so I will try switching with accounts to get it
Changes should be available sooon
you have darkreader enabled, I did not script for darkreader on websites which has automatic theming built-in
unfortunately we can not modify chrome browser so we can not remove the white plate behind the browser's tab renderer so we can not make the browser transparent ..... so no 
Oh ye removing it fixed the lines
i tried it on a brand new profile with a different account
go into drive's settings and check if the theme is set to auto... and also the white tint can b removed... it was added in 1.8b
private mode bro ππ
think you need to edit userContent.css for it but not sure tho... maybe possible with userChrome?
do you have the edits for userContent
normal web browser work just fine
it just the private tab
think this should work but I can't see it in my theme editor tho
i think the url(about:privatebrowsing) part is what does the thing
ye I got no idea how it worked eihter.... I'll share if I find... maybe with userChrome? but I doubt
i forgot how i got it to work previously..
What about WebKit browsers like Safari and SigmaOS
i need to wipe my browser bcuz something broke
here we go again
things just happen
bro i just wanna say this is so clean insane work!
I miss transparecy on YTM ... cuz using the dedicated app for discord rpc and such
this looks so good you give css?
just these two extensions rec. by sameerasw
Hi, I saw you closed the issue, but it doesn't really work because classes are generated and not constant, ChatGPT says something like [class^="styles__HolderButton"] (there are more classes) can be used, it's prefix based styling, I tried with some colors and it did wok, but transparent one didn't, maybe requires page reload, do you accept pull requests or how can we handle it?
https://github.com/sameerasw/my-internet/issues/20
ohhh... it's one of those websites... like google.. I hate random css selectors... seems like we might have to apply for variables but then it will break overlays....
Yes, prs are very welcome β€οΈ
why my monkeytype dont look like the preview pics on github
add this to ur userchrome.css
.browserStack browser {
background-color: transparent !important;
}```
Can you update this?
-
because of the new light bg in tabs after 1.8b
-
could be because of acrylic effect in Windows
Done, thanks for the css π
Fixed this: https://github.com/sameerasw/zeninternet/issues/3
So wikipedia now works 
en in en.wikipedia.org is not skipped correctly. Maybe considering wildcards...
also the comments
? Comments of what?
insta posts
@dull rover i have a good threads code
if u need i can share
think I fixed the comments.. lemme take a look again.. insta and basically any meta app is so hard cuz they always use non-descriptive css
ohh
ohh nice, I think I have one too but unpublished so I will merge them
also the background of notes
/* THREADS */
@-moz-document domain(threads.net){
*{
background-color: transparent !important;
}
.x7c8izy{
background-color: rgba(0, 0, 0, 0.15) !important;
}
.xjbqb8w:hover{
background-color: rgba(0, 0, 0, 0.3) !important;
border-radius: 10px !important;
}
div.x1pq812k:nth-child(2){
background-color: rgba(0, 0, 0, 0.15) !important;
border-radius: 15px !important;
}
div.x1afcbsf:nth-child(1) > div:nth-child(2){
background-color: rgba(0, 0, 0, 0.7) !important;
border-radius: 10px !important;
backdrop-filter: blur(8px) !important;
}
.x1e3a9a0{
background-color: rgba(0, 0, 0, 0.4) !important;
border-radius: 10px !important;
backdrop-filter: blur(8px) !important;
}
div.xfex06f:nth-child(2){
background-color: rgba(255, 255, 255, 0.15) !important;
border-radius: 20px !important;
backdrop-filter: blur(20px) !important;
}
.x1pim928{
box-shadow: none !important;
}
.x13fuv20{
border-top-style: none !important;
}
.xu3j5b3{
border-right-style: none !important;
}
.x26u7qi{
border-left-style: none !important;
}
.x1l19134{
border-bottom: transparent !important;
margin-top: 8px !important;
}
div.xz401s1:nth-child(3){
background-color: rgba(255, 255, 255, 0.15) !important;
}
}
gonna fix these now... also can't unsee that border between two panels
- {
background: none !important;
}
.dark:bg-midnight-750:is([data-theme="dark"] *) {
background-color: rgb(29 36 57 / var(--tw-bg-opacity)) !important;
}
.dark:before:bg-midnight-800:is([data-theme="dark"] *)::before {
background-color: rgba(23, 30, 50, 0.2) !important;
backdrop-filter: blur(512px);
}
this one's for copilot
Add 3 ` at the start and end of each code snipped you're sending.
whats tht?
ion know css
i got these codes
likr this
to make it a code
Press this 3 times at the start and end of each code...
Can you try this?
ohh
had to create a new theme for threads since this did not support the light theme.. now updated... this is the second time my browser crashed... I hate meta apps debugging
Would this "Zen View" (I call it) with comments be interesting enough to convince
?
Hey, can you increase the contrast of these buttons on https://threads.net ?
i can but then the active tab's only indication will be the filled icon if that's fine
done
Right, well is there any special color or indication mark you can add for the active button?
i alr refreshed fetch styles but this still dont work
update extension
@dull rover Hey, the text here is black. Can you make it white or is there anything I need to do here?
u need to toggle dark mode on the right
the text will turn white after the toggle
on the right?
where?
Ah, I signed in and that made it worse!
here
not sure about that
I couldn't find any classes like (active) or any pseudo to use since it's a π© meta site but I will look into
using dark readeR? switch to wikipedia's native auto theme
yeah it does the work
so when do we have private windows
this is weird... I'll try to see if it changes after logging in, got no acc
transparent
I guess the transparency breaks if any random theme is applied from Settings.
I'm still looking for that... tried adding userContent.css?
You can just tell me which theme I am supposed to use
i guess so
I'm afrait to change anything so when I get a time, I will try Twillight and to mod it
ohh wait... I was thinking abt private... what's random theme?
You said there is a native auto theme in Wikipedia where you created the transparency CSS for it. What's the name of it?
I meant this... auto light dark theme
After creating account, go into Settings>Apperance
There you have random themes
To choose from
Tell me which one am I supposed to use
ahhh I assume that changes the actual bg of the page... I can try to counter that but the issue is that is doesn't support ligh/dark themes right?
default is set for me
is this out yet?
What is the name of it?
I saw that for your "zen internet" extension, this is how it is on YT, is there a way to make it so that the recommended videos feed is still visible on the right side of the description when scrolling down?
ye.... refetch youtube
vector 2022
huh... now turning off features does not work in youtube.... but only youtube.. I wonder why
nvm, forgot to turn off stylebot
the theme only works in theatre view for me but not the default view
what theme? the comments hover?
ye
you can turn off last 2 options and only have the full view theatre mode without comments on side and with the recommendations at bottom
yeap.. had to do it since otherwise there's layout issues and also things gonna hover over other things
ohhh alr
tried something... layout is fun but not easy to fix the preview and hover stuff it seems π
not sure how i feel about this, the progress bar seems a bit out of place
maybe making it rounder would look better? i have no idea
@dull rover can u remove the background of the timer in the ai studio website?
like when i ask it something this timer comes and it has this ugly background
i think it would look cool without the back box
Press T to enter Zen View
ye, I tried... I made the progress bar the same as the backhround but hovering it was the still issue so gave up
done
is it available in the extension?
ye, just re-fetch now
okk
https://github.com/YashjitPal/Arc-2.0 gave credits to zen zero for the transparent websites
Are not all the styles there in the extension?
Like there was one for fmhy before the extension, but it's not in the extension now
Can you update faceit to this? Should work better than my last suggestion
#1335963848087306333 message
I noticed 
Great job btw
I had it in stylebot but forgot to add, just did... refetch π
done!
thankssss
I mean, it has some flaws with border radius and "z-index" elements, but for * styling it looks good, thanks
Is the dark reader css also there in the extension?
Coz then I can fully replace stylebot with the extension

ohhh that's clean! might break the light theme if ther eis any but who cares π
for the websites without a native dark theme? yeys... I think like 99% of the websites added are ready to be used in dark or light theme if it has one or if not with dark reader π
So anyy website should be usable on both dark and light themes... Websites which do have a theme switcher or an auto theme, I skipped dark reader cuz it's just better
personally I still have stylebot but that's onlyy for creating new themes... then I turn off and use zen internet with darkreader
Hey, can you add blur to top section like this so that overlapping of text can be prevented?
@dull rover
It will significantly improve readability.
And I am not asking this just for GitHub, but all the sites where there are top sections like these overlapping the content's text while scrolling.
Blur is not possible on overlay elements when the browser is transparent because of https://github.com/sameerasw/my-internet/discussions/62
But I am currently re-doing entire github because the current implementation uses css variables which breaks these overlays.
on websites where they add a class like .sticky or so I added a background to the header but on those who does not, I can not detect the page is being scrolled so I could not 
Oh okay. Also will there be that "*" feature in this extension so that specific CSS not created for any website can also be blurred?
Like I've my College website and the Stylebot extension with * could make it look really cool after gradient effect implementation.
I can tryy to add a * for anyy website but that is gonna break like 90% of the websites sinece most of them has any kinds of overlays... and also the biggest issue is that then users gonna use it anyways but not request themes for them so the website never gets themed properly...
If I do, this will be an implementation from the addon's side but there's also gonna be an issue where I have to make it website specific... I will try to implement it.. gonna create a feature request so anyone can try
You can make it like an option that can only be turned on for sites which doesn't have a specific CSS made for it. In this way, user can choose on which site * option should be turned on as per bg and the other sites stay unaffected.
I think the solid color is the way to go instead of blur
yeap... gonna do that... I think I can add the css to the repo itself and then fetch it differently... will try smthing
Which is better? go full transparent or leave cards?
It think you can add option like these so that as per wallpaper user can choose it the way it fits perfectly.
noted
aperently debugging the pages isn't easy LOL
I once saw Zen using ~50 GB of RAM with user don't having the habit to close tabs. I remember he had default tab unloader of 40 mins on and yet that was the case. Idk whether it was Zen's fault or Mac's fault for unoptimized processing!
Done! re-fetch and refresh... and if you see any defects, please report here or in the repo as an issue so I can improve, thanks for the feedback tho π
Alright, I'll try it now.
here, for me it was the developer options... it does like to have much memory possible... editing css means I have to re-open the browser often so it won't leak memory LOL
full transparentttt
oh ye since ur using an external monitor, how do u control the volume of it? my monitor doesnt support ddc π
I don't... mine doesn't do DDC either even tho it's a very professional creator monitor... I never use it's audio... just remembered that it had LOL
I either use macbook's speakers cuz they are great or connect to my buds or to my room audio setup via bt
ohhh alr
done
thanksss

it's sunday, raining... idk what else to do (Meanwhile having a coursework to be done from scratch and work from tomorrow again
)
wouldnt it look cool if like other websites' css this sidebar of instagram only appears on hover?
that I can do easily.... I tried making it icons only but that also nukes any text in the app LOL
ohh
i think you should also improve the google css one π ik im asking a lot but it has a lot of problems
idk if its possible with css or not but what if the tools and the text in google in centre aligned like other websites
it would loook cool
Wouldn't it be great to have Discord left sidebar (channel and rooms) only show on hover (hidden while not using it)? Just like your Reddit CSS
It'll make the site cleaner and more aestheticaly pleasing, I think ^^
done... also added an option to center the feed (breaks in settings page) to satisfy my OCD
how to enable the option?
That is unfortunately as how it is because google sometimes display full width stuff which makes it impossible to center the other times... also they are using grids here which makes things much more difficult... I would give it a try tho
after fetching, it should be enabled by default
ohh
i see
like dis?
Man, i might just switch to discord web, just for that and that onlyβ¦
yo same this is unrelated to the extension, i was just wondering is its possible to remove the background in pdf viewer and make it transparent with css?
@dull rover Hey is there a way to have a solid/blur bg to this?
Not bad.... opened spotify like 3 years later
should be possible with userContent.css
but you on mac right? y not preview or quick look?
wait... that shouldn't look like that...
You see ? Things like this make my days !
Thanks you for accepting all those petitions, and offering the best experience possible. You rock !
blur, no 
I'll add a plain bg.. also I can't find the close button 
Extreme Top Right Corner! π
is there a tutorial video of it? a little too confusing.
video, nah... btw, what OS you on? Windows?
Well, I finally managed to have time to try it, and it doesn't seem to expand when I put my mouse over the server icons/download icons like your's does. So, for the time being, I desactivated the function π
Thanks anyways for trying, you rock ^^
Can you do one for music website?
Haha cus the pdf viewer css looks too clean
weird, maybe related to css naming, I will test on a different device and try to fix π
https://github.com/sameerasw/my-internet/issues/90
What website? π
My userContent is modified but idk how I did it back then .. it was in the first day I used zen so might have broken it by now... If I do, I will share the userContent.css
unfortunately I can not reproduce this issue.... Using any specific settings or discord settings?
Ohh I missed the word lol. Apple Music
Already added π
Ohh thanks π
I'll answer you when I get back to my main computer ^β^ (and try on another one with clean profile)
Thanks ^β^
does the transparency work on win10?
probably not without any mods like mica for everyone but I got no idea abt them... doesn't win10 version include acrylic?
i have no idea tbh
where can i check
try this:
browser.tabs.allow_transparent_browser -> true in about:config and reopen zen... if that adds blur to your not compact sidebar,w e good
its true for me
ok yea userchrome.css doesnt exist in style editor
i followed the steps from live editing guide
nvm it does it just doesnt work ig
on win 10
Well, my Discord settings seems pretty normal. I tried desactivating the Stylus extension (in case I had Discord CSS) and a Vencord extension...But it's no help. If I can, I'll make a video to show you ^^
By the way, have a nice day π
Maybe someone else can help
The thing that I don't understand, is that one month ago I was using the Stylus "Discord - Minimize/hide Channel + Friends sidebar" CSS and it worked. But, even after updating it, it doesn't now.
So, I know it (auto expand on hover) _should work, but it just refuses for me xD I have bad luck, I guess
It had, but they abandonned it. Someone made a fork to keep it working, seens he was using it
At least, that what I recall..It's been like one year seens I have it installed xD
ahhh got it
Just tried on a portable version of Zen Twillight that I just downloaded, to see if it'll work with a clean Zen Browser...Result is nope.
Honestly I don't understand why xD

huh... weird indeed
The fact, is that it does hides the channels, but it doesn't make them visible on hover
Seens I have the, bad, habit to hyperfixate on fix...I cannot try everything I think of xD
Well, if I find another one person at least, would be able to pin point the cause
wait who wrote this
lmao someohow very true
mine is similiar lmao
ye
ye... pretty much the same.. reminds me of my days back in Windows 
Lmfao
I mean, it is tho
not as good as ff desktop, but still open source
getting this weird bug of spacing on youtube
click on the drawer button to collapse it... (it's visually hidden but still takes the space unless we click the button to close drawer)
did that still the same :(
would be pretty nie if the post is centered when there's nothing else next to it
sure all on? especially the left side guide one? and reload
this thing is there no?
ye that's not gonna be easy since that's intended behavior from reddit on smaller screens
I once tried putting the post on left and then comments on right but that was difficult too
oof yeah, that's understandable
ye... I wanna modify a website to have cool features like with Youtube but I hate when they have π© css
these are the only options i can see kinda confused
open the addon pop-up when you are int he website you wanna modify. then you will see all the specific features for the active website
turned on all features, also removed any other css cause i thought that was the issue, still getting this spacing in theatre mode even when i close the menu
you sure you don't have anyyy other addon that can interfere? because in the zen view, you should have the player take the full height of the window
And also the yt header should be auto hide as well.. tried re-fetchign themes too right?
addons like improved tube can make things different
its auto hiding
ill see if theres anything else thats interfering and get back to u then
ye.... player height is the thing looking weird here....
yep yep thats def the issue
this very much looks like my old css applied with stylebot or so.... back then I used another addon with it so I only had half implemented it so videos get cut off like this
ooooh? im indeed using stylebot 
forgot it was on, now its working perfectly
thanks alot <3

fixed π
π
i was trying to implement your floating urlbar animation in my css because it looks rly cool but for some reason it aint working
I'm animating the page itself if I detect the urlbar is open from a higher level ... kinda complicated but try my userchrome
anyone have tut for private windows transparent again
also the monkeytype theme to be like this :
I tried to do the userContent modification again but I could not modify one of my addons.. weird... I will keep looking... I can't even remember how I made the ff settings page transparent
keep up the great work i need private tab so bad :|
nvm , just found it... but not sure how... I had to manually add teh userContent.css to the live editor.. but making changes there did not work.. I had to select this other userContent.css to make things work
my current userContent.css
--zen-colors-tertiary: transparent !important;
--zen-settings-secondary-background: transparent !important;
}
groupbox{
/* background: var(--zen-colors-tertiary) !important; */
background: var(--zen-colors-border-contrast) !important;
border: none
}
@-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) {
body, .App{
background-color: #00000000 !important;
}
.top-sites-list, .personalizeButtonWrapper{
opacity: 0 !important;
transition: opacity 0.3s ease-in-out;
&:hover{
opacity: 1 !important;
}
}
.App > div:nth-child(2), .wallpaper{
display: none !important;
}
}
I somehow opened this file in the live editor and that was how it worked, no other method worked
how to open the live editor thing
like you edit the userChrome.css
β option shift i / win alt shift i
I think
where do u even find userContent
Wait whatβs happening here?
yeah i noticed that, i tried your userchrome and that animation is sick, so i tried to copy that specific code i guess its like 5 lines or something and pasted it in my userchrome but it wasnt working prob some element is interfering with it
So, I tried this CSS, with Stylus, and show on hover works on Discord. Maybe you could have a look, sameerasw ?
https://userstyles.world/style/4877/discord-minimize-sidebars
I stole the idea from the masterpiece https://userstyles.org/styles/227553/ of Vinter (1363485 on userstyles.org).

for the app, you can get transparency on windows with mica for everyone .... on macos, it's just transparent so did not use it
discord app + vencord patches + mica for everyone should work from what I read...
there was an addon for web but it's not updated anymore ( but still kinda works)
where can i find it
isnt this like midnight theme on betterdiscord
thanks
nvm, it's getting updates..
ye, I installed the theme adding a css link ...
dont u tryna make zen internet discord theme
I could try but a time consuming thing ig... also there's plenty of vencord themes already available we can use even on web so not much needed
oh, ill try to find it
a transparent icon (without the rounded black square) and hide the search bar would be good
that just me saying
dont know if possible
should be possible but you may have to fetch the iconb from web
idk if reddit changed their ui but now the background transparent thing isnt working like it used to do :((
@dull rover Although Meta websites are shit, can you try and make the bg of popout when hovering on any id blur or opaque on Threads?
ohhh that does loook like a new UI, I'll check
I'll try... they don't use role="dialog" or any as I rmmbr so things are much difficule... might take some time today π
for me, transoparecy is still there but a new auto expand sidebar was added... I added hover for that now
Also the websites didn't seem centre don't know if u changed that as well
hhhh why does mine look like this
oh i got it
So I need to turn on dark mode for all websites?
tried adding the animation for urlbar in my code, works really well tysm
yeah... they still have the two column layout... just the sidebar was changes
if the website has a native dark/light mode, I added support for both but if it doesn't toggle automatically (system theme) you will have to manually do...
if the website does not have a dark theme, I added wildcards for darkreader addon allowing transparecy but overlays might break
niiiiice, for some reason blur looks much better there
/* Add blur when URL bar is opened */
#urlbar[open] {
margin-top: 3px !important;
padding-top: 6px !important;
}
#browser:has(#urlbar[open]) .browserContainer {
pointer-events: none;
filter: blur(2rem) brightness(70%) saturate(180%) !important;
backdrop-filter: blur(2rem) contrast(90%) brightness(30%) !important;
opacity: 0.85 !important;
transition: filter 0.6s cubic-bezier(0.2, 1, 0.3, 1),
backdrop-filter 0.6s cubic-bezier(0.2, 1, 0.3, 1),
opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1) !important;
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.35) !important;
scale: 1.09 !important;
opacity: 0;
will-change: filter, backdrop-filter, opacity !important;
}
/* Remove blur when URL bar is closed */
#browser:not(:has(#urlbar[open])) .browserContainer {
filter: blur(0px) brightness(100%) saturate(100%) !important;
backdrop-filter: blur(0px) !important;
opacity: 1 !important;
transition: filter 0.2s cubic-bezier(0.25, 1, 0.5, 1),
backdrop-filter 0.1s cubic-bezier(0.25, 1, 0.5, 1),
opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1) !important;
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.35) !important;
}
/* Make background of floating URL bar blur */
#urlbar-background {
background: rgba(0, 0, 0, 0.1) !important;
backdrop-filter: blur(7px) !important;
border-radius: 12px !important;
border: 0px solid rgba(255, 255, 255, 0.2) !important;
padding: 10px !important;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
transition: background 0.3s ease, box-shadow 0.3s ease !important;
}
#urlbar-background:hover {
background: rgba(50, 50, 50, 0.3) !important;
box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.4), 0 12px 40px rgba(0, 0, 0, 0.3) !important;
}
/* Floating URL bar styling */
#urlbar[open] {
position: fixed !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) scale(1) !important; /* Scale set to 1 */
width: 50vw !important;
max-width: 600px !important;
z-index: 9999 !important;
border-radius: 13px !important;
background: rgba(0, 0, 0, 0.3) !important;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.4) !important;
backdrop-filter: blur(7px) !important;
}
/* Ensure floating URL bar stays centered when a new tab is opened */
#main-window[windowtype="navigator:browser"] #urlbar[open] {
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) scale(1) !important;
}
/* Fix for compact sidebar mode: Force URL bar to center properly when clicked */
#browser[sidebar="compact"] #urlbar[open] {
left: 50% !important;
transform: translate(-50%, -50%) scale(1) !important;
}
/* URL bar results animation */
#urlbar-results {
opacity: 0;
transform: translateY(-10px) scale(0.95);
transition: opacity 0.3s ease-out, transform 0.3s ease-out !important;
}
#urlbar[open] #urlbar-results {
opacity: 1;
transform: translateY(0) scale(1);
}
/* Adjust zoom button position */
#urlbar-zoom-button {
position: relative !important;
left: 30px !important;
}
#urlbar[open] #urlbar-zoom-button {
left: 0px !important; /* Reset position when URL bar is open */
}
i just added the one line of transition code you use for the tab switch animation and pasted it in between here, seems to be working exactly how i was hoping for it to work
I have a good transperency theme idea for ai studio
if its possible for making these things on hover
and making the chatbox like gemini which is kinda clean ngl
and maybe giving these things a ui like this
@dull rover is it possible?
that I could try ... good idea.. to make both gemini look alike
doesn't this cause issues when text behind it?
that's a nice youtube home feed UI idea
I will try these...
BTW, Something big coming up π
Update your addons! Force theming is here and this makes my hassle of creating like 50 themes per day wayyy easier π
You can add specific sites to skip force styling π
omg nicee
how did u make the extension icon to look like the cmnd button of mac?
yeaa probably
it looks fine on gemini though. i dont think it will cause the glitch on ai studio
pls also try on ai studio as well
@dull rover Will your extension work here?
i dont think so but i think there's code in his css that makes settings transparent
Ah, I need it rn!
I intend to make every Zen Page transparent.
maybe try this :root{ --zen-colors-tertiary: transparent !important; --zen-settings-secondary-background: transparent !important; }
dont know if this is it ive just been looking thorugh my usercontent
Any root CSS code breaks Natsumi 
Any other way?
i dont know of any other way
maybe try asking in #css-mods lol
i use lacuna so its fine with me, but lacuna does have natsumi pdf viewer and find bar
damn trasnparency really makes some poorly designed sites look godly
It's in my userChrome.css I swapped it and darkreader icons
there was guy here in this server who owns the extension which can generate transparent pages css through its algorithm you can takes his help if you are stuck or wanna get this more easily
nah... gotta edit userContent for it... later I will show a warning in the pop-up if I get time to think abt it
woah looks clean
I will wait for your userContent.css eagerly. Ensure each Zen page blurs! π
there I just need to match all the mozilla urls and show that they can not be themed with addons
ohhh i don't have it in my repo cuz I'm so bored to edit my github action to skip it.. so I'll drop it here...
cooked hardπ₯
Bruh!
Share your wallapaper!
Eh, I was just a min late. How you can go offline like that? 
lmao i am invisible
What's the need for that? Just go to about:support and open Profile Folder. And then download the file in your Chrome folder.
Some may say that's one of the least visited pages.. but I would say, i at least visit that page once so that's enough of a reason to theme it π
especially about:config but there I need to do a lil bit
You using MicaForEveryone or any other specific gradient? Color isn't very strong for me...
how its looking show ss?
@vagrant marten
You see, the hex code entry field has been removed from Zen from version 1.8b.
oh i am using twilight
there is a config for thatr
Kindly share it.
zen.theme.gradient.show-custom-colors
thanks
about:config go brrrrr 
@-moz-document url(about:config){
tr, table{
background-color: transparent !important;
border: none !important;
}
tr{
outline: solid 1px #88888822 !important;
}
}```
What does this do?
Oh, it makes all modified preferences transparent as well!
Anyways, what is your wasapi in config? @dull rover
wasapi
Who?
media.cubeb.wasapi-raw
what this denotes?
This was the reason my Snipping Tool stopped screen recording.
I had to change the value to 1 to make it work again.
mine is 0
still records
Idk how your Screen Recording works then. In my case error reported that wasapi has to be in exclusive mode while an active app (Zen) is using it in shared mode.
@dull rover Reporting that about:processes caught lacking.
I.e., it's still opaque after the code you gave earlier in userContent.css.
yeeeeeeee
yo how do u capture screen without the doc showing
can this be in the extension?
doe snot exist
I'm on mac
Oh. Only if you were a gamer, you wouldn't be a concentrated mac user!
that is jsut pip right????
ye lol but looks very cool imo
uhmmmm what dock? π
I don't use the dock and also the menu bar is on auto hide
nah... addosn can't modify mozilla pages
ohh i see
also that screenshot was just a crop
this annoying thing
also damnnn same discord theme
whats this discord theme
vencord
I never use the dock, it's on the left edge always hidden... I set it's pop-up delay to something like 10 seconds....
oh thats why
indeed... it looks cool.. and works great with sidebar auto hide css
cant we have this on discord web?
whats the css can you share
um i think u can if u have vencord
you can I think with the vencord (or maybe by. injectign the css manually)
stylus works i guess
but what is the css ?
vencord has some lit themes
how did u get this? like this semi transparent thing/
ikr
i use the system24 theme its so sick
what is the name of this discord theme?
omg i found it https://github.com/DaBluLite/Cyan
did some tweaks
@dull rover Is there an extension or addon or zen mod for implementing this theme?
which?
Umm this Zen zero theme, I think I have read about implementing this theme using zen mod or extension on the notion site and here on this forum page.
its just cyan with a wallpaper behind it
it doesnt look like I can have transparency with it
share what u did pls
same i was also enhacing it from past 1 hour lol
bro can u share ur tweaks
it had so many alignment issues
how did u use it on zen?
stylus
can u share ur code?
here it is
does it work without the vencord extension?
yep
ironicaly it doesnt work with vecord extension on firefox
share ur modified code pls cuz it just makes it totally based on a random wallpaper behind it also it doesnt work on the dms without the vencord probably
i use vencord on discord app
i guess it is made for vecord app thus it has only issue with discord web
anyway what tweaks you made?
can u share ur tweaks?
/**
* @name Cyan
* @description Clean and Customizable, with custom background support
* @author DaBluLite
* @authorId 582170007505731594
* @version 6.0.0
* @updateUrl https://dablulite.github.io/Cyan/Cyan.theme.css
* @source https://github.com/DaBluLite/Cyan
* @invite 67VRpSjzxU
* @colorwayVar cyan-accent-color {{accent}}
* @colorwayVar cyan-background-primary hsl({{primary-h}} calc(var(--saturation-factor, 1)*{{primary-s}}%) {{primary-l}}%/60%)
* @colorwayVar cyan-second-layer hsl({{tertiary-h}} calc(var(--saturation-factor, 1)*{{tertiary-s}}%) min(calc({{tertiary-l}}% + 7.2%), 100%)/60%)
*/
/**
* Credits:
* Icons by Bootrstrap Icons
* Fonts by Google Fonts
*/
@import url("https://dablulite.github.io/Cyan/import.css");
:root {
--cyan-interface-shadow: 0 4px 10px 0 rgb(0 0 0 / 60%);
--cyan-font: 'Roboto Serif', 'Roboto Sans';
--cyan-background-img: url(https://i.imgur.com/ZMpsAIm.jpeg);
--cyan-accent-color: #008507;
--cyan-blur: 48px;
--cyan-radius-round-interface: 50px;
--cyan-radius-interface: 24px;
--cyan-radius-xl: 20px;
--cyan-radius-large: 16px;
--cyan-radius-medium: 12px;
--cyan-radius-small: 8px;
--cyan-radius-xs: 4px;
--cyan-channelbar-width: 280px;
--cyan-loading-header: "Polishing surfaces...";
}
.theme-dark,
.theme-dark .theme-light {
--cyan-second-layer: rgb(0 0 0/40%);
--cyan-background-primary: hsla(0deg 100% 0% / 50%);
--cyan-bg-brightness: .9
}
.theme-light {
--cyan-second-layer: rgb(255 255 255/60%);
--cyan-background-primary: hsla(0deg 100% 100% / 60%)
}```
only appearance changes you did?
like changing blur etc?
is it possible to import css from cloud?
ye didnt change other stuff
dont know, what i did was i just downloaded the css file and pasted it in vencord
you are trying to use it on zen?
yea but what I asked is because if I can use my Zen themes that is uploaed on github with the @import code in my userChrome file
zen themes or discord theme?
i think u can put those css files into ur chrome folder and use @import in userChrome
at least thats how i do it
think only counts logged in users maybe? not sure
made padding even on all sides , alligned the side bar, top bar properly ,cyan text all over
some icons arent cyan π
yep trying to look for their ids
dude crazy thing is that i mixed 2-3 css surcord one cyan discord transparent discord one blended them it also some nice animation tweaks
damn such a shame i dont use discord web lmao
Ik i can do tht but I was wondering if its possible to import it from the cloud instead of downloading it locally uk
zen theme
You should've mentioned that it's UI is based on MacOS
. I very much hate the complex buttons arrangement on the top left. The Windows arrangement feels more natural at the top right!
not sure about that sorry
for me i simply disable window controls using css lmao
What to edit?
In order to make controls back to normal...
Like those of Windows.
no i disable window controls entirely
i fixed it completely
nice
huh... I wonder what it does π
Thanks!
you can change tranluency like from 7 levels of how much you want
ohhht hat's rlly nice! Seems like a lot of translucent stuff getting added and refined soon
how do u install the sidebar hide thing?
On web, you can get it with the addon
https://addons.mozilla.org/en-US/firefox/addon/zen-internet/
we need to get this on vencord
is it possible to edit some of the css in the addon?
not on the addon itself but you can use the discord css from my repo and inject with any css injector you like
https://github.com/sameerasw/my-internet/
π«‘
hi...i uninstalled the transparency extension but somehow my deepseek still looks like this
what should i do to recover it
got stylebot? or any other css injectors installed?
ohhh nvm, that website does not have a background color since we have th flag enabled to remove the website background plate, it looks like that
what was the fix for youtube videoplayer being zoomed in?
but i uninstalled the extension and all the userchome file in 'chrome'
I think that's because it's a result of the browser.tabs.allow_transparent_browser flag which enables transparency on websites, if you don't want to use website transparency you should probably turn that off
youtube short is kinda broken
do u have ambient mode turned on?
what even is ambient mode
ohh i see
it is fixed nwo
thanks
using the addon or stylebot? because this shouldn't be an issue now on the addon
Stylebot. Didnβt know there was an addon
it's the flag
browser.tabs.allow_transparent_browser -> false in about:config
got it 
ohhh I don't weatch shorts but I will try to fix in an account I don't use so my algorithm don't get messed π
ye. not needed anymore π
Ahh well ima switch to it when I get home then. Whatβs the name of the addon
Thank you
ohhh it allows further transparency than the default macOS transparency ... nice, might be a lil too much but can adjust π
light mode users be like π
IKRRRRR!!!! this is why I had to turn off auto light mode... And a new release is on build so hopefuully soon
Yesssss!!!!
damnn looks like acrylic
bro wtf
And you may need this for the split view handle fix if you got no gaps
/* no border split view handle fix */
.zen-view-splitter-header{
transition: margin 0.3s ease-in-out;
&:hover{
/* transform: translateY(12px) !important; */
margin-top: 15px !important
}```
this is awesome!
i cant drag tabs like this- for me it just switches to that tab
this is 1.9b
ah
@-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) {
body, .App{
background-color: #00000000 !important;
}
.top-sites-list, .personalizeButtonWrapper{
opacity: 0 !important;
transition: opacity 0.3s ease-in-out;
&:hover{
opacity: 1 !important;
}
}
.App > div:nth-child(2), .wallpaper{
display: none !important;
}
/* no private hint */
.info-border > .info{
display: none !important;
}
/* rounded search */
#search-handoff-button{
border-radius: 2em !important;
}
/* no zen text */
.wordmark{
display: none !important;
}
}```
there isnt a way to replace icon without fetching ?
you only can replace it with system icons from what I know... if we can find a better icon for it, we can..... otherwise, gotta fetch it
is it me or the urlbar always stay in dark theme?
how to import userContent.css to live editor ??
edit the homepage a little
looks cool
think you can import to the in tab editor not sure tho.. I can't rmmbr how I set it up
woah
where did the youtube music thing go
idk whats up with that but w music taste π
does this happen to u?
nvm was probably a memory leak
anyone have a better pdf viewer
Think you got the video enabled.... I haven't seen this issue yet...
Jeez, that's wayyy too much.... I think I've only reached that much once with AdBlock + non premium yt account
I forgot, I had plans to try to modify the PDF viewer, might try today later π
my Zen takes only about like 2GB
sometimes it reach 6 tho
I usually average below 2gb unless I am watching something in 1440p or something which is less likely with my internet π
Max I've achieved was 7.8GB on my 8GB mac because I tried modifying Facebook css, that sht sucks....
I do have a habit of quit and re-open at least once or twice a day tho due to some mods I do or to clear some website cache... That def helps not logging memory
how do i disable video

I