Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable “legacy“ user profile customizations #228

Closed
arcticicestudio opened this issue Mar 23, 2020 · 0 comments · Fixed by #239
Closed

Enable “legacy“ user profile customizations #228

arcticicestudio opened this issue Mar 23, 2020 · 0 comments · Fixed by #239

Comments

@arcticicestudio
Copy link
Owner

As of Firefox version 69, the userChrome.css and userContent.css files are not loaded by default anymore in order to improve the performance during browser startup. Also see the documentation about Firefox breaking changes of userChrome.css.

To achieve the previous behavior, the option to load such “legacy“ files should be enabled again.

@arcticicestudio arcticicestudio added this to the 0.1.0 milestone Mar 23, 2020
@arcticicestudio arcticicestudio self-assigned this Mar 23, 2020
arcticicestudio added a commit that referenced this issue Mar 24, 2020
As of Firefox version 69, the `userChrome.css` and `userContent.css`
files are not loaded by default anymore [1] in order to improve the
performance during browser startup. Also see the documentation about
Firefox breaking changes of `userChrome.css` [2].

To achieve the previous behavior, the option to load such "legacy" files
has now been enabled again.

[1]: https://www.mozilla.org/en-US/firefox/69.0/releasenotes/#note-788117
[2]: https://www.userchrome.org/firefox-changes-userchrome-css.html

GH-228
arcticicestudio added a commit that referenced this issue Mar 24, 2020
As of Firefox version 69, the `userChrome.css` and `userContent.css`
files are not loaded by default anymore [1] in order to improve the
performance during browser startup. Also see the documentation about
Firefox breaking changes of `userChrome.css` [2].

To achieve the previous behavior, the option to load such "legacy" files
has now been enabled again.

[1]: https://www.mozilla.org/en-US/firefox/69.0/releasenotes/#note-788117
[2]: https://www.userchrome.org/firefox-changes-userchrome-css.html

Closes GH-228
@arcticicestudio arcticicestudio removed their assignment Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant