CustomCSSforFx VS uBlock

Compare CustomCSSforFx vs uBlock and see what are their differences.

uBlock

uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean. (by gorhill)
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
CustomCSSforFx uBlock
161 2,992
1,785 43,126
- -
6.2 9.9
23 days ago 13 days ago
CSS JavaScript
GNU General Public License v3.0 only GNU General Public License v3.0 only
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.

CustomCSSforFx

Posts with mentions or reviews of CustomCSSforFx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-16.
  • Firefox Proton UI userChrome.css fixes. (2021)
    6 projects | news.ycombinator.com | 16 Apr 2024
    As noted, there are quite a few of these, I use this project:

    https://github.com/Aris-t2/CustomCSSforFx.

    It's actively maintained and lets me put the tab bar directly above the content but you can set it up to fully return you to the days of Firefox 4 if you want...

  • How do i fix this?
    1 project | /r/FirefoxCSS | 10 Dec 2023
  • Firefox Keeps Getting Faster
    3 projects | news.ycombinator.com | 9 Dec 2023
    Just in case you do not know or you are interested, the Firefox's UI is mere CSS, one can customize it through "chrome/userChrome.css" in the profile folder of the user. I put my tabs under the bookmarks for example, just above the page content, with the template from the CustomCSSforFx[1] project, and modified some colors and icons.

    Firefox have also the "Browser Toolbox"[2] -and is homologous to the web development tools- that you can use for to explore the CSS of the UI, select elements, the CSS code, and modify them for to see how would work the modifications before to put them within the userChrome.css

    The tabs are under the id=TabsToolbar, so an #TabsToolbar{ display: none !important; } or similar should work, in addition to correct the space that it leaves modifying other params css.

    [1] https://github.com/Aris-t2/CustomCSSforFx

    [2] https://firefox-source-docs.mozilla.org/devtools-user/browse...

  • Why Bother with uBlock Being Blocked in Chrome? Time to Switch to Firefox
    9 projects | news.ycombinator.com | 27 Nov 2023
    Years ago, a strange trend began in which browsers removed by default all the classic menu bars, bookmarks, etc., sacrificing usability for aesthetics.

    But fortunately with Firefox it is possible to restore that usability through its options, and custom stylesheets allows us to change the interface under our needs. In my case I use as base [0]customcssforfx for to put the tabs under the url bar (by default is shown over the url bar), and from there I add a couple of lines with custom padding, sizes and icons. [0] https://github.com/aris-t2/customcssforfx

    The matter is, when I open the browser I see the following rows:

    1. Menu bar (file, edit, view, history, bookmarks, tools, help).

    2. history buttons |[ URL BAR ]| reload | home | addons (... | Decentral eyes | CookieAutoDelete | uMatrix | uBlockOrigin | Multi-Acount containers ) | Addons icon | Menu bar icon |.

    3. Toolbar bookmarks row | Button for unfolding the bookmarks that don't fit in such row.

    4. Pinned tabs (they are only icons) | < | Tab_1, Tab_2, Tab_3, ... | > | + | unfold vertical list of the opened tabs |.

    5. The page for the selected Tab.

    This allows us to use two bookmarks visual groups, the ones that are unfolded through Menubar's bookmarks, and the ones from Toolbar's folder -what in reality is a subfolder from menubar's bookmarks- that it's shown as 3rd row in the interface. Also the easy access to CookieAutoDelete, uMatrix, uBlockOrigin current page options are essential.

    In the Toolbar bookmarks, for being able to visually have more folders as "quick access" row line, I use acronyms as folder names (just for the first ones until fill that space). This between separators, and also mere url icons bookmarks (by removing the bookmark title name its just showed the page icon).

    When one push one those folders are unfold all the related sub-folders and sub-bookmarks.

    Also, equally important, the folders and bookmarks that don't fit in such row are easily accessible by pushing an icon at the right corner, what unfolds a vertical list with the rest the bookmarks. This is important because in such toolbar one usually have several hundreds of independent bookmarks and folders by topics, with infinite sub-folders and their respective bookmarks, etc.

    This let us in Firefox with:

    Pinned tabs (that I usually have linked to multi containers), the current session opened tabs, the usability of to have all those topics by clicking the folder or icon, a second different visual group of tabs through Menubar's bookmarks. If one want to add to those folders/topics the page is being read, it's just needed to drag and drop the url there. Also all those folders have the option "open it all in tabs".

    I can not think in browsing comfortable without such interface and tools as a starting.

  • Firefox 118
    8 projects | news.ycombinator.com | 26 Sep 2023
  • FF 114 New Tab bottom border weak or missing, depending on theme. Also, CSS needed to reduce size of close tab button
    1 project | /r/FirefoxCSS | 30 Jun 2023
    I guess you need to use whatever version of the Aris CSS is meant to be used with a specific version of Fx; it's detailed here.
  • Firefox 114 Bookmarks Toolbar - Bookmark and Bookmark Icon sizing and padding new CSS??
    1 project | /r/FirefoxCSS | 21 Jun 2023
    I am using tyhe most recent https://github.com/aris-t2/customcssforfx code but I can't get my previous adds for Bookmark sizing and padding to work.
  • Help moving toolbar icon text back below icons
    1 project | /r/FirefoxCSS | 11 Jun 2023
    Yes Aris: https://github.com/aris-t2/customcssforfx
  • Where/how in css can I adjust the tab height?
    1 project | /r/FirefoxCSS | 20 May 2023
    I am using the userchrome CSS here and I've tried adding height, margin, and padding variations to a lot of different ids and cannot find which of them controls the total tab height. (My current CSS state is that of the code I linked)
  • userchrome CSS to move tabs below navigation bar leaves vertical space above navigation bar? Firefox 113.0.1, Windows 10.
    1 project | /r/firefox | 19 May 2023
    I'm trying to use the userchrome CSS here to put the tabs below the navigation bar, and it does indeed move the tabs below the navigation bar but then leaves the vertical space for the tabs on top of the navigation bar as inactive dead space. What do I need to do to fix this? I also tried the alt version of the CSS code and got the same thing.

uBlock

Posts with mentions or reviews of uBlock. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-16.
  • Apr 24th is JavaScript Naked Day – Browse the web without JavaScript
    1 project | news.ycombinator.com | 21 Apr 2024
  • Mobile Ad Blocker Will No Longer Stop YouTube's Ads
    13 projects | news.ycombinator.com | 16 Apr 2024
  • Some notes on Firefox's media autoplay settings in practice as of Firefox 124
    2 projects | news.ycombinator.com | 30 Mar 2024
    Check out uBlock Origin's per site switches [1]

    [1]: https://github.com/gorhill/uBlock/wiki/Per-site-switches#no-...

  • Brave's AI assistant now integrates with PDFs and Google Drive
    6 projects | news.ycombinator.com | 23 Feb 2024
    If ads, in particular on YouTube, are the problem, anything Chromium-based is probably only going to get worse and worse (see [1] and [2]). So that basically leaves you with Firefox and Safari.

    I work for Mozilla (speaking for myself, of course), so I'll leave you to guess which I'd recommend :P

    [1] https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-b...

    [2] https://arstechnica.com/gadgets/2023/09/googles-widely-oppos...

  • X.org Server Clears Out Remnants for Supporting Old Compilers
    2 projects | news.ycombinator.com | 21 Feb 2024
    https://github.com/gorhill/uBlock

    Or if on mobile, it is well worth it to look up adblock options for the browser you use.

  • Mozilla thinks Apple, Google, Microsoft should play fair
    2 projects | news.ycombinator.com | 27 Jan 2024
    What are the compelling advantages of Chrome nowadays?

    Chrome is working to limit the capabilities of ad blockers:

    https://www.malwarebytes.com/blog/news/2023/11/chrome-pushes...

    Whereas a compelling advantage of Firefox is that uBlock Origin works best in Firefox:

    https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-b...

    Advertising networks have often been vectors for malware. Using an ad blocker is an important security measure. Even the FBI recommends ad blockers:

    https://www.malwarebytes.com/malvertising

    https://theconversation.com/spyware-can-infect-your-phone-or...

    https://www.ic3.gov/Media/Y2022/PSA221221?=8324278624

  • Brave Leo now uses Mixtral 8x7B as default
    7 projects | news.ycombinator.com | 27 Jan 2024
    > It allows for 30,000 dynamic rules

    That is not what we mean by dynamic filters. From https://developer.chrome.com/blog/improvements-to-content-fi...

    > However, to support more frequent updates and user-defined rules, extensions can add rules dynamically too, without their developers having to upload a new version of the extension to the Chrome Web Store.

    What Chrome is talking about is the ability to specify rules at runtime. What critics of Manifest V3 are talking about is not the ability to dynamically add rules (although that can be an issue), it is the ability to add dynamic rules -- ie rules that analyze and rewrite requests in the style of the blockingWebRequest permission.

    It's a little deceptive to claim that the concerns here are outdated and to point to vague terminology that sounds like it's correcting the problem, but on actual inspection turns out to be entirely separate functionality from what the GP was talking about.

    > Giving this ability to extensions can slow down the browser for the user. These ads can still be blocked through other means.

    This is the debate; most of the adblocking community disagrees with this assertion. uBO maintains a list of some common features that are already not possible to support in Chrome ( https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-b... ) and has written about features that are not able to be supported via Chrome's current V3 API ( https://github.com/uBlockOrigin/uBOL-home/wiki/Frequently-as... ). Of particular note are filtering for large media elements (I use this a lot on mobile Firefox, it's great for reducing page size), and top-level filtering of domains/fonts.

  • uBlock Origin – 1.55.0
    1 project | news.ycombinator.com | 3 Jan 2024
  • In 2024, please switch to Firefox
    9 projects | news.ycombinator.com | 29 Dec 2023
    > "Its happened before"

    > That's not an argument

    It's a subheading to "2. Browser engine monopoly". The subsection's purpose is describing how bad things were during the IE monopoly to reinforce that it's something to be avoided.

    > in fact you could counter-argue that IE left a lot of technical debt

    That would be agreeing with the article, unless I understand what you mean.

    > On top of that, the internet was very different back then.

    In a way that now makes it harder for truly new competing engines to pop up due to increased complexity of the web.

    > I'm still not convinced, why would I change my browser?

    The points made in the article are:

    * Increased privacy, opposed to willingly giving your data to an ad-tech company

    * Helps avoid a browser engine monopoly which would effectively let Google dictate web standards

    * It’s fast and has a nice user interface

    Onto which I'd add:

    * Content blockers work best on Firefox (https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-b...), doubly so when Manifest V3 rolls out

    * Allows more customization of interface and home page

    * UX improvements, like the clutter-free reader mode, aren't vetoed to protect search revenue as with Chrome (https://news.ycombinator.com/item?id=37675467)

  • Ask HN: Is Firefox team too small to do serious security tests?
    1 project | news.ycombinator.com | 23 Dec 2023
    Advertising networks are vectors for malware:

    https://www.cisecurity.org/insights/blog/malvertising

    https://www.malwarebytes.com/malvertising

    https://theconversation.com/spyware-can-infect-your-phone-or...

    So if you're concerned about security then you want the browser with the best ad blocker.

    uBlock Origin works best in Firefox:

    https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-b...

What are some alternatives?

When comparing CustomCSSforFx and uBlock you can also consider the following projects:

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

VideoAdBlockForTwitch - Blocks Ads on Twitch.tv.

WaveFox - Firefox CSS Theme/Style for manual customization

Spotify-Ad-Blocker - EZBlocker - A Spotify Ad Blocker for Windows

photon-australis - Bringing sexy curves back to Firefox Photon.

bypass-paywalls-chrome - Bypass Paywalls web browser extension for Chrome and Firefox.

firefox-91plus-photon-userchrome - userChrome.css to restore the classic Photon look on Firefox 91+

duckduckgo-privacy-extension - DuckDuckGo Privacy Essentials browser extension for Firefox, Chrome.

firefox-csshacks - Collection of userstyles affecting the browser

ClearUrls

firefox-gnome-theme - A GNOME👣 theme for Firefox🔥

AdNauseam - AdNauseam: Fight back against advertising surveillance