We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
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;
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: