archived-content VS firefox-scripts

Compare archived-content vs firefox-scripts and see what are their differences.

archived-content

Archived MDN Web Docs content that is not actively maintained or frequently built (by mdn)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
archived-content firefox-scripts
4 131
56 909
- -
1.2 1.6
over 2 years ago 9 months ago
HTML JavaScript
GNU General Public License v3.0 or later 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.

archived-content

Posts with mentions or reviews of archived-content. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-25.
  • Firefox about:config Menu Shortcut
    6 projects | news.ycombinator.com | 25 Jan 2022
    Yes we can still create uc.js in 2022. MDN no longs serve the XUL doc. However we can search their archived doc repo, e.g. https://github.com/mdn/archived-content/search?q=nsIPrefServ...
  • Information or Documentation
    4 projects | /r/FirefoxCSS | 27 Nov 2021
    MDN used to have some good documentation, back before webextensions when it was expected that third-party addon developers would be modifying the frontend directly. that's no longer supported though, so all those juicy pages on XUL and XPCOM have been removed. they can still be found on here but not in a very useful format.
  • How can I add extra elements?
    5 projects | /r/FirefoxCSS | 26 Nov 2021
    it's archived on here but the pictures are missing so it's just... fucked honestly. I am so frustrated and aggravated by this. it makes it that much harder for someone to pick this up as a hobby, which makes it that much harder for firefox to find new contributors. anyway, frame scripts are a bit annoying to use. but since about:newtab is a firefox system page (it has a system principal), addons can't inject anything into it either. so you couldn't use greasemonkey or something.
  • Firefox command line parameters, documentation missing
    1 project | /r/firefox | 21 Jul 2021
    The page source can be found at the mdn-archive

firefox-scripts

Posts with mentions or reviews of firefox-scripts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-10.
  • Adapting custom buttons and legacy extensions to Librewolf Portableapps install
    1 project | /r/LibreWolf | 13 Sep 2023
  • Problems with custom scrollbar after updating to FF117
    1 project | /r/FirefoxCSS | 5 Aug 2023
    For a long time, I've been making use of a MacOS-esque scrollbar I found online. I'm using XiaoXiaoFlood's loader script, and I've made the necessary changes to the files mentioned here to make it able to load .js and .uc.js files again. I've also modified the script a fair bit, though reverted most as it didn't work. Currently, I'm using this one, which has simply commented out the things that rely on Services. Though, even if I add it with something like const Services = globalThis.Services || ChromeUtils.import("resource://gre/modules/Services.jsm").Services; it doesn't make much of a difference. I've also tried using a userChrome.xml file, but that doesn't do much anymore. Was around 72/75 where that stopped working right?
  • Firefox Address Bar Tips
    13 projects | news.ycombinator.com | 10 Jul 2023
    Though for the full value I personally really also need some sort of interface that can show individual page visits in order to answer the question "What other pages did I visit at that point in time?" (sometimes I don't remember the right keywords to find a certain page again, but only some other page I visited during the same browsing session). The built-in history view is only of limited value here, because it always only shows the most-recent visit, so as soon as you visit a page again, it moves to the front of the list again and loses its original place and history context.

    As usual, there used to be an add-on for that, which was subsequently broken by the move to webextensions (and even if somebody wanted to rewrite it, the webextension API doesn't cater for its full functionality). Thankfully some kind soul has maintained a version hacked to still work even on a current Firefox (https://github.com/xiaoxiaoflood/firefox-scripts/tree/master...).

  • [Help] How do I change the new tab page in Firefox
    1 project | /r/FirefoxCSS | 19 Jun 2023
    This is what you're looking for.
  • How do I get rid of this gray overlay on hover in the context menu? (only the buttons along the top are affected)
    1 project | /r/FirefoxCSS | 14 Jun 2023
    Heads up though, it doesn't work for most tooltips. For that, I found the only way to change them is to use the above code in an agentsheet (https://github.com/xiaoxiaoflood/firefox-scripts, see the "StyloaiX" section)
  • What are downsides and upsides of all the updates since after G3 for you?
    1 project | /r/waterfox | 5 May 2023
    Bootstrapped extensions are supported (really, xiaoxiaoflood is the only one who maintains any popular ones).
  • Firefox will get rid of cookie banners by auto-rejecting cookies
    6 projects | /r/webdev | 21 Apr 2023
    depending on your needs existing extensions may work for you, though the ContentScript based implementations have issues, if that's not enough you can use https://github.com/xiaoxiaoflood/firefox-scripts as it allows you to run the code in the browser UI, unfortunately there's no easy to use extension (and sadly FireGestures require update to work, even with loader injected into Quantum) so you may need to work with the code a bit (or more)
  • Private Tabs instead of windows
    1 project | /r/firefox | 19 Apr 2023
  • Firefox it is (Or its forks. Need Suggestions.)
    4 projects | /r/browsers | 15 Apr 2023
    do what exactly? inject code? there are many slightly different approaches, the most reliable seems to be https://github.com/xiaoxiaoflood/firefox-scripts and using an approach like that forks can add extra configs to the UI making users' lives easier
  • The Little Trick Requires Firefox CSS… So, I Cross-Posted
    2 projects | /r/FirefoxCSS | 9 Apr 2023
    Not in the foreseeable future, but maybe achievable with userChromeJS.

What are some alternatives?

When comparing archived-content and firefox-scripts you can also consider the following projects:

add-custom-search-engine - Add a custom search engine to the list of available search engines in Firefox

firefox-sidebery-minimal-style - Universal minimal style for Firefox and Sidebery

aboutconfig-menu - Shortcuts to settings in about:config (universal), through a button on toolbar. Firefox userChrome script 🛠️

Waterfox - The official Waterfox 💧 source code repository

firefox-csshacks - Collection of userstyles affecting the browser

firefox-quantum-userchromejs - Firefox Quantum-compatible custom javascript in browser context — no extension, userChromeJS replacement

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

Bento - 🍱 The minimalist, elegant and hackable startpage.

ff-ultra-compact-mode - A Compact Mode for Firefox Proton

Arras-Fast-Respawn - Removes the respawn cooldown on arras.io

Floorp - The most of source code of version 10 or later of Floorp Browser, the most Advanced and Fastest Firefox derivative 🦊

uBO-Scriptlets - A custom arsenal of scriptlets to be used for injecting userscripts via uBlock Origin.