fx-autoconfig VS aboutconfig

Compare fx-autoconfig vs aboutconfig and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
fx-autoconfig aboutconfig
101 8
150 17
- -
8.1 4.6
about 2 months ago 7 months ago
JavaScript JavaScript
Mozilla Public License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fx-autoconfig

Posts with mentions or reviews of fx-autoconfig. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-25.
  • Pinned tabs on NavBar... doable?
    2 projects | /r/FirefoxCSS | 25 Mar 2023
    I'm using your https://github.com/MrOtherGuy/fx-autoconfig
  • How to run custom JS in moz-extension:// page?
    1 project | /r/firefox | 21 Mar 2023
    Basically what the title says. I have some JS code I'd like to automatically run in a specific moz-extension:// page. In particular, I'm interested in Sidebery's moz-extension://*/sidebar/index.html, but I suspect the answer would be the same for any page. I tried writing a userscript with MrOtherGuy's fx-autoconfig, but to no avail: I can successfully run userscripts in chrome://browser/content/browser.xhtml, but if I add
  • Yet another same request: Draggable buttons
    2 projects | /r/FirefoxCSS | 16 Mar 2023
    If not possible with CSS, will JS work making them draggable? I found several JS draggable buttons at https://github.com/MrOtherGuy/fx-autoconfig
  • some javascript code
    1 project | /r/FirefoxCSS | 11 Jan 2023
  • is there a way to get the url link of "Restart Firefox" from 'about:restartrequired' and make it into a bookmark?
    1 project | /r/firefox | 8 Jan 2023
    copy config.js from https://github.com/MrOtherGuy/fx-autoconfig/tree/master/program > C:\Program Files\Mozilla\Firefox
  • Mozilla reaffirms that Firefox will continue to support current content blockers
    10 projects | news.ycombinator.com | 24 Sep 2022
    UI customization is fortunately still alive in the wake of XUL extensions.

    A /r/firefoxcss mod has a wonderful collection of code snippets that they maintain, which you can browse here: https://mrotherguy.github.io/firefox-csshacks/ and they created a userChrome.js loader here: https://github.com/MrOtherGuy/fx-autoconfig

    My favorite customization repository is https://github.com/aminomancer/uc.css.js - which really tests the limits of what is and isn't possible with userChrome.css and .js. My favorite feature is the implementation vertical tabs, without the use of extensions.

    Some legacy extensions are maintained and can be found here: https://github.com/xiaoxiaoflood/firefox-scripts/tree/master... (although you will need to use xiaoxiaoflood's userChrome.js loader AFAIK).

    Honorable mention goes to the Firefox CSS Store, which can be found here: https://trickypr.github.io/FirefoxCSS-Store.github.io/

    Moving to WebExtensions was the logical choice for Firefox, technical/security reasons aside, as they are not alienating extension developers that target Chromium-based browsers.

    Yes, they alienated their own extension developers. Yes, they could've handled the transition better, and worked harder towards supporting some of the many APIs/functionalities that extension developers needed (or still need) for their extensions to work in the WebExtensions ecosystem. I myself was quite mad for a very long time at how they handled the switch, but I think overall it's been a success - my own personal feelings aside.

  • Why is my userContent.css refusing to apply?
    4 projects | /r/FirefoxCSS | 27 Aug 2022
    Run it as userChrome.js
  • How do I hide the menu button when the menu bar is visible? (Firefox 100)
    2 projects | /r/FirefoxCSS | 2 Jun 2022
    I'm currently using a customized version of Aris-t2's CustomCSSforFx theme, along with /u/It_Was_The_Other_Guy's fx-autoconfig loader for JavaScript. My setup uses the option to put the application menu button in the title bar. In the versions that had this as standard, the menu button disappeared when the menu bar was shown. Is there a way to recreate this with either CSS or JavaScript?
  • Help Editing Min/Max/Close Buttons For Firefox 100.0.2
    1 project | /r/FirefoxCSS | 26 May 2022
    Why Use CSS Alone Though
  • Code to change color of Tab based on URL - works but needs to be more efficient
    1 project | /r/FirefoxCSS | 8 May 2022

aboutconfig

Posts with mentions or reviews of aboutconfig. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-30.
  • AdGuard publishes the first ad blocker built on Manifest V3
    14 projects | news.ycombinator.com | 30 Aug 2022
    I'm glad they're making changes, but I'd advise everyone to watch closely what they end up implementing and what potential security and privacy risks will be introduced. It seems like I'm having to disable something or other with every major update of firefox lately, and as long as they continue to let me disable risky features I'll keep using it. Nothing strikes a better balance between useful and secure like hardened firefox, but it takes a lot of vigilance and a willingness to add or modify hundreds of about:config options (after installing https://github.com/earthlng/aboutconfig)
  • about:config not showing values
    1 project | /r/firefox | 19 Oct 2021
    Therefore I now use this, which gives me the traditional layout and functionality: https://github.com/earthlng/aboutconfig
  • Is there anyway to modify more than just css?
    3 projects | /r/FirefoxCSS | 29 Sep 2021
    from an autoconfig script you can call registrar.registerFactory(CID, className, contractID, factory) and set up the same kinds of objects that firefox does. I haven't explored this that much, so far only used it to create a new about: page. if you wanna see that example here's the link. it's just a regular autoconfig script, but of course it needs some html for that new URL to lead to.
  • Found an easy way to register any URL to about:something
    2 projects | /r/FirefoxCSS | 28 May 2021
    In this example we're just assigning the URL about:cfg to earthlng's pre-87 aboutconfig module. Its path would normally be something like chrome://userchromejs/content/aboutconfig/config.xhtml, which isn't perceived as a system page and is a bit of a nuisance to type in the urlbar. Shortening that particular url and making it fit in like a genuine system page would was my main reason for looking into this, but it could conceivably be done with any URL. local files, extensions, etc. The new URL even shows up in about:about which is pretty cool.
  • Where did chrome://global/content/config.xhtml?filter= go ?
    1 project | /r/firefox | 28 Apr 2021
  • Old about:config tweak
    2 projects | /r/firefox | 27 Mar 2021
    the page is no longer present, so need an integration (https://github.com/earthlng/aboutconfig)
  • old about:config question
    1 project | /r/firefox | 24 Mar 2021

What are some alternatives?

When comparing fx-autoconfig and aboutconfig you can also consider the following projects:

Zotero-Dark-Theme - userChrome.css file for a Zotero dark theme. Suggestions for improvements are welcome.

firefox-csshacks - Collection of userstyles affecting the browser

WebNowPlaying - A NowPlaying like plugin for rainmeter built for getting music info from websites

FirefoxPWA - A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox [Moved to: https://github.com/filips123/PWAsForFirefox]

web-ext - A command line tool to help build, run, and test web extensions

Firefox-UI-Fix - 🦊 I respect proton UI and aim to improve it.

firefox-scripts - userChromeJS / autoconfig.js and extensions

blurredfox - A sleek, modern and elegant Firefox CSS theme

FirefoxCSS-Store - A collection site of Firefox userchrome themes, mostly from FirefoxCSS Reddit community.

firejail - Linux namespaces and seccomp-bpf sandbox

dotfiles - Personal configuration files and scripts