Skip to content

Instantly share code, notes, and snippets.

@Linx-ESP
Last active December 30, 2022 16:38
Show Gist options
  • Save Linx-ESP/78853ff8480db0d5d1ca7f04c7cf757f to your computer and use it in GitHub Desktop.
Save Linx-ESP/78853ff8480db0d5d1ca7f04c7cf757f to your computer and use it in GitHub Desktop.
HOW TO: Disable Dark Reader's dark mode on other extensions

In this case, Dark Reader would darken over Bitwarden's password popup (the one that asks if you want to save the login info).

Steps:

  • Go to extension settings (the browser settings page, no in Dark Reader)
  • Find the extension you want to whitelist
  • In Edge at least, it shows a long ID, copy it

Now in Dark Reader settings (you may need to enable the new UI, v5 it's called?)

  • Settings -> Site list
  • Add one with this format (no quotes): "extension://(the id you copied earlier)"
    • For example: "extension://jbkfoedolllekgbhcbcoahefnbanhhlh"
      You may recognize this format from "https://example.com" or "chrome://flags"

Probably worth enabling other options too:

  • Auto Dark Mode (follows system)
  • Settings -> Detect Dark Mode
  • Settings -> Enabled by default (adjust to your liking)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment