Skip to content
#

mozilla-firefox

firefox logo

Firefox is a free and open source web browser developed by Mozilla Foundation. First released in 2002 under the name Phoenix. It's available for most operating systems including Windows, macOS, Linux and most phones and tablets.

Here are 101 public repositories matching this topic...

jackTaw88
jackTaw88 commented Feb 26, 2019

As you know it is hard to surf on web with user.js. I always have problem with many sites, but it i realyly takes time to find which config is not compatibale with the visited site. I think we can create a list of buggy sites so anyone can contribute it.

I can start with mines:


  • site
  • bug
  • comments
  • how to fix

  • linkedin.com
  • does not go home page after login
  • this is
klahnakoski
klahnakoski commented Jan 7, 2020

The links to revisions can take a different form, depending on the repository it is found in:

    const revisionURL = record.meta.repo === 'mozilla-central'
      ? `https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=${record.revision}`
      : `https://github.com/mozilla-mobile/fenix/commit/${record.revision}`;

Ensure we have this these URL templates in the config file

You can’t perform that action at this time.