Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

userChrome.css don't work

  • 9 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 1 view
  • Last reply by khoa030634

I try to disable the transition to fullscreen by following the steps. But after restart the Firefox ESR (waterfox), the rule don't apply. The rule:

/* Minimize fullscreen transition time */
#navigator-toolbox[fullscreenShouldAnimate] {
    transition: 0ms !important;
}
I do set the
toolkit.legacyUserProfileCustomizations.stylesheets
in about:config already.
I try to disable the transition to fullscreen by following the [https://www.userchrome.org/how-create-userchrome-css.html steps]. But after restart the Firefox ESR (waterfox), the rule don't apply. The rule: <pre> /* Minimize fullscreen transition time */ #navigator-toolbox[fullscreenShouldAnimate] { transition: 0ms !important; } </pre> '''I do set the <pre>toolkit.legacyUserProfileCustomizations.stylesheets</pre> in about:config already.'''

khoa030634 மூலமாக திருத்தப்பட்டது

தீர்வு தேர்ந்தெடுக்கப்பட்டது

I think that this CSS code is about showing the navigator toolbox in Full Screen mode when auto-hide is enabled.

The prefs only work when you use JavaScript to switch to Full Screen mode.

What animation do you want to control and for what cases (manual switch from normal mode to full screen like via F11) ?

Read this answer in context 👍 0

All Replies (9)

Where did you find it? I don't think these are the proper steps to do this task.

I get instructions from here.

I can't see how this could work now. Did you try the about:config solution?

Yes, I have set the
toolkit.legacyUserProfileCustomizations.stylesheets
in about:config to true but it won't work for some reason.

khoa030634 மூலமாக திருத்தப்பட்டது

No, did you try to modify full-screen-api.transition* preferences?

தீர்வு தேர்ந்தெடுக்கப்பட்டது

I think that this CSS code is about showing the navigator toolbox in Full Screen mode when auto-hide is enabled.

The prefs only work when you use JavaScript to switch to Full Screen mode.

What animation do you want to control and for what cases (manual switch from normal mode to full screen like via F11) ?

Yes, I wanna control the manual switch from normal mode to full screen via F11 without the navigator toolbox doing the moving up transition.

khoa030634 மூலமாக திருத்தப்பட்டது

Now it works fir some reason. Thanks for the help btw.