this post was submitted on 20 Oct 2023
3 points (100.0% liked)

Firefox Customs

64 readers
4 users here now

Chat with us!

Post your unsupported Firefox customizations here!

From the makers of r/FirefoxCSS

Links

Related

Rules

  1. Posts must have flair!
  2. Posts cannot be memes/shitposts. They should be about Firefox customization with CSS.
  3. Please be civil. Bear in mind that many users come here for help and would be turned off by insults and rudeness.
  4. When posting large amount of code use a service dedicated to hosting text snippets, such as pastebin, hastebin, github gist or equivalent. Relatively short snippets can be wrapped in code-block for inline viewing.
  5. Do NOT use url-shorteners or link to compressed downloads (such as zip or rar) when sharing code.

founded 1 year ago
MODERATORS
3
submitted 11 months ago* (last edited 11 months ago) by zapsnh to c/[email protected]
 

I just updated Firefox Nightly (2023-10-19) and it seems that about:config values are no longer detected by -moz-bool-pref().

Does anyone else have this issue. If so, is this just unintended behavior or is this permanent?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] MrOtherGuy 2 points 11 months ago (5 children)

No, it does not work anymore - see bug 1859538

Instead the same can now be done with media query which is simply amazing. Format would be like this:

@media (-moz-bool-pref: "userChrome.some.testpref.enabled"){
  #nav-bar{background: #f00 !important;}
}
[โ€“] zapsnh 1 points 11 months ago

Apparently you no longer have to restart or refresh the CSS in order to see your config changes.

Imgur

(how do i embed video?)

load more comments (4 replies)