#Blur my beloved

1 messages Β· Page 1 of 1 (latest)

quaint axle
#

fully transparent unlike the TOS of some companies out there

vapid light
#

How did you add transparent just the sidebar and topbar, I want to know that

old fulcrum
quaint axle
#

first set browser.tabs.allow_transparent_browser true

then add this to your userContent.css

    :root {

this goes in your `userChrome.css`

```*{background: transparent !important;}
.menupopup-arrowscrollbox {
    background: #00000040 !important;
}```

        body {
            background-color: transparent !important;
            }
        --in-content-page-background: transparent !important;
        --in-content-box-background: transparent !important;
    }
}```
#

Fair warning this may break some websites

#

As they may become transparent if they don’t set a background color

supple finch
#

whoa it works on windows... kinda

mental remnant
rancid bolt
quaint axle
nocturne bridge
#

where is the usercontent.css located?

quaint axle
#

In your profiles folder look in about:profiles

short ether
#

does this only work on windows?

quaint axle
#

This is hyprland on arch Linux