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

The (old) about:config folder broken in Firefox v120+ #297

Open
StavrosTsik opened this issue Jan 20, 2024 · 1 comment
Open

The (old) about:config folder broken in Firefox v120+ #297

StavrosTsik opened this issue Jan 20, 2024 · 1 comment

Comments

@StavrosTsik
Copy link

The (old) about:config folder here: https://github.com/xiaoxiaoflood/firefox-scripts/tree/master/chrome/utils/aboutconfig is broken in Firefox v120 and newer versions. The warning is not centered -as seen in the photo below- and when I press the "I accept the risk!" button, it does nothing.

about_config

@UCyborg
Copy link

UCyborg commented May 5, 2024

You can fix it by modifying single line in /chrome/utils/aboutconfig/config.js near the top after initial comments:

From:

const { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");

To:

const Services = globalThis.Services || ChromeUtils.import("resource://gre/modules/Services.jsm").Services;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants