Firefox

Top 23 Firefox Open-Source Projects

  • Playwright

    Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

    Project mention: The best testing setup for frontends, with Playwright and NextJS | dev.to | 2024-04-18

    // playwright.config.ts import { defineConfig } from "@playwright/test"; /** * See https://playwright.dev/docs/test-configuration. */ export default defineConfig({ testDir: "./src/pages", reporter: "list", use: { baseURL: "http://localhost:5432/", }, timeout: process.env.CI ? 10000 : 4000, // ... more options });

  • bypass-paywalls-chrome

    Bypass Paywalls web browser extension for Chrome and Firefox.

    Project mention: Bypass Paywalls web browser extension for Chrome and Firefox | news.ycombinator.com | 2024-04-17
  • 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.

  • mkcert

    A simple zero-config tool to make locally trusted development certificates with any names you'd like.

    Project mention: Mkcert: Simple tool to make locally trusted dev certificates names you'd like | news.ycombinator.com | 2024-03-15
  • uBlock

    uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean.

    Project mention: Mobile Ad Blocker Will No Longer Stop YouTube's Ads | news.ycombinator.com | 2024-04-16
  • octotree

    GitHub on steroids

  • ArchiveBox

    🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more...

    Project mention: Ask HN: What Underrated Open Source Project Deserves More Recognition? | news.ycombinator.com | 2024-03-07

    Two projects I greatly appreciate, allowing me to easily archive my bandcamp and GOG purchases (after the initial setup anyways):

    https://github.com/easlice/bandcamp-downloader

    https://github.com/Kalanyr/gogrepoc

    And I recently learned about archivebox, which I think is going to be a fast favorite and finally let me clear out my mess of tabs/bookmarks: https://github.com/ArchiveBox/ArchiveBox

  • SingleFile

    Web Extension for saving a faithful copy of a complete web page in a single HTML file

    Project mention: How SingleFile Transformed My Obsidian Workflow | news.ycombinator.com | 2024-01-26

    That's interesting. I have been saving articles as PDF files, which is browser-independent, but useful just for search and reference, a nuisance to quote/copy-and-paste.

    If I search only the computer, I don't get results from EBay and Amazon at the top. The idea of keeping the knowledge base separate from the primary notes is a good idea. In my case, that knowledge base is the file system, and the primary notes are whatever I choose.

    When I was using Evernote, the inbox was the knowledge base and notebooks were the focus. I just had too many different potential projects going on to manage this well.

    Looking to focus.

    I'll revisit Firefox and SingleFile.

    Explanation of the zip file inside.

    https://github.com/gildas-lormeau/SingleFile/blob/master/faq...

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • return-youtube-dislike

    Chrome extension to return youtube dislikes

    Project mention: Update 3.0.0.12 is Now Available | /r/ReturnYoutubeDislikes | 2023-10-20

    3.0.0.12 is submitted for review both to Mozilla and Chrome stores, meanwhile you can install manually from these release files: ``` https://github.com/Anarios/return-youtube-dislike/releases/tag/v3.0.0.12

  • firefox-ios

    Firefox for iOS

    Project mention: Conflicting info on Dark Mode removal from Firefox for iOS | news.ycombinator.com | 2024-03-27

    Users are complaining that the latest Firefox for iOS update has removed the "Dark mode" option from the menu:[1]

    > I suffer from Diabetic Retinopathy and hence photophobia. To me, this removal is an Accessability issue.

    A forum moderator who's in touch with the developers said days ago that this is an experiment affecting half of the userbase:[2]

    > The team is currently doing an experiment. Since March 15, 50% of users no longer see Night Mode switch from the hamburger menu. We're using this experiment to monitor and evaluate the impact of removing, so it'll be hugely valuable to hear your feedback around this feature. Thanks!

    However, Mozilla's iOS team manager doesn't know about this huge experiment and think it is a bug:[3]

    > Moving Focus into the Firefox repo so it can get more love and support. This happened last release and may be the culprit that broke dark mode. We're looking into this right now.

    [1] https://github.com/mozilla-mobile/firefox-ios/issues/19365#issuecomment-2018447405

  • metamask-extension

    :globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites

    Project mention: I turned my open-source project into a full-time business | news.ycombinator.com | 2024-02-27

    Plenty of projects are source-available, but not open source, and get tons of issues, and even contributions (https://github.com/MetaMask/metamask-extension off the top of my head)

  • playwright-python

    Python version of the Playwright testing and automation library.

    Project mention: Scrape Google Flights with Python | dev.to | 2023-04-21

    Playwright

  • HackBrowserData

    Decrypt passwords/cookies/history/bookmarks from the browser. 一款可全平台运行的浏览器数据导出解密工具。

  • user.js

    Firefox privacy, security and anti-tracking: a comprehensive user.js template for configuration and hardening

    Project mention: It's getting hard to use and recommend Firefox, I'm afraid for the free web | news.ycombinator.com | 2024-04-08

    Re: firefox and privacy, if you want to use firefox for privacy, consider using https://github.com/arkenfox/user.js . There is a case to be made that Firefox (with arkenfox's user.js) is one of the best privacy-respecting but still fairly usable browsers.

  • SponsorBlock

    Skip YouTube video sponsors (browser extension)

    Project mention: Show HN: CTRL-F for YouTube Videos | news.ycombinator.com | 2024-04-13

    just use sponsorblock today, works fine on all my devices. https://github.com/ajayyy/SponsorBlock

    from mobile phone to tv to pc.

  • clients

    Bitwarden client applications (web, browser extension, desktop, and cli)

    Project mention: Insult Passphrase Generator | news.ycombinator.com | 2024-03-13

    I didn't go chasing through all the typescript but I'd presume adding a new PassphraseGenerationStrategy https://github.com/bitwarden/clients/blob/desktop-v2024.3.0/...

  • browserless

    Deploy headless browsers in Docker. Run on our cloud or bring your own. Free for non-commercial uses.

    Project mention: How and why we ripped our Open Source product apart for a full rebuild | dev.to | 2024-02-28

    The core product is managed, cloud hosted browsers. We run thousands at a time using AWS and DigitalOcean, for people to use with Puppeteer and Playwright scripts. Our container is also available to self deploy under an open-source license.

  • geckodriver

    WebDriver for Firefox

    Project mention: Python Selenium Architecture and Virtual environment with example commands | dev.to | 2024-03-08

    d.Browser Drivers: • It acts as a bridge between the Selenium Script, Libraries and the browser. • It helps us to run the selenium commands on the web browser. • https://github.com/mozilla/geckodriver/releases/tag/v0.34.0

  • omni

    The all-in-one tool to supercharge your productivity ⌨️

  • xdm

    Powerfull download accelerator and video downloader

    Project mention: How to Download Videos from Adultswim.com? | /r/Piracy | 2023-07-11
  • melonJS

    a fresh, modern & lightweight HTML5 game engine

    Project mention: Babylon 6.0 | news.ycombinator.com | 2023-04-20
  • Firefox-UI-Fix

    🦊 I respect proton UI and aim to improve it.

    Project mention: Firefox Proton UI userChrome.css fixes. (2021) | news.ycombinator.com | 2024-04-16

    I use Lepton and i'm perfectly happy with the improved usability and readability. Also, easy to install : https://github.com/black7375/Firefox-UI-Fix

  • Surfingkeys

    Map your keys for web surfing, expand your browser with javascript and keyboard.

    Project mention: Map your (Vim) keys for web surfing, expand the browser with JavaScript | news.ycombinator.com | 2024-02-26
  • floccus

    :cloud: Sync your bookmarks privately across browsers and devices

    Project mention: ⟳ 2 apps added, 13 updated at apt.izzysoft.de | /r/FDroidUpdates | 2023-12-09

    floccus bookmark sync (version 5000002): Sync your bookmarks privately across browsers and devices

  • 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.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-18.

Firefox related posts

Index

What are some of the best open-source Firefox projects? This list will help you:

Project Stars
1 Playwright 61,381
2 bypass-paywalls-chrome 46,428
3 mkcert 45,618
4 uBlock 42,883
5 octotree 22,683
6 ArchiveBox 19,672
7 SingleFile 13,604
8 return-youtube-dislike 12,175
9 firefox-ios 11,949
10 metamask-extension 11,432
11 playwright-python 10,628
12 HackBrowserData 9,947
13 user.js 9,081
14 SponsorBlock 8,692
15 clients 8,246
16 browserless 7,552
17 geckodriver 6,934
18 omni 6,878
19 xdm 6,193
20 melonJS 5,691
21 Firefox-UI-Fix 5,051
22 Surfingkeys 5,030
23 floccus 4,986
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