Skip to content
1 change: 1 addition & 0 deletions src/config/dark-sites.config
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ mastercomfig.com
mastofeed.com
max.com
maximepinot.com
maxroll.gg
mazes.jothin.tech
md.quad.codes
mechapower.eu
Expand Down
94 changes: 92 additions & 2 deletions src/config/detector-hints.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ MATCH

================================

developer.hashicorp.com

TARGET
html

MATCH
[style*="color-scheme: dark;"]

================================

*.uncoverit.org

TARGET
Expand Down Expand Up @@ -60,7 +70,11 @@ MATCH

android-x86.org

NO DARK THEME
TARGET
link[href*="dark.css"]:not([disabled=""])

MATCH
*

================================

Expand Down Expand Up @@ -262,7 +276,7 @@ TARGET
html

MATCH
.dark
[data-theme="dark"]

================================

Expand Down Expand Up @@ -313,6 +327,27 @@ MATCH

================================

docs.renovatebot.com

TARGET
body

MATCH
[data-md-color-scheme="slate"]

================================

expo.dev
*.expo.dev

TARGET
html

MATCH
.dark-theme

================================

facebook.com

TARGET
Expand Down Expand Up @@ -372,6 +407,7 @@ NO DARK THEME
================================

github.com
gist.github.com

TARGET
html
Expand Down Expand Up @@ -594,6 +630,16 @@ MATCH

================================

opentitan.org

TARGET
html

MATCH
[data-user-color-scheme="dark"]

================================

outlook.live.com
outlook.office.com

Expand Down Expand Up @@ -818,12 +864,36 @@ MATCH

================================

startpage.com

TARGET
html

MATCH
:has(> head > meta[data-site-theme="dark"])
:has(> head > meta[data-site-theme="night"])
:has(> head > meta[content="#0c0d0f"] ~ meta[data-site-theme="device"])
:has(> head > meta[content="#0a0b0b"] ~ meta[data-site-theme="device"])

================================

steamgifts.com

NO DARK THEME

================================

supabase.com

TARGET
html

MATCH
[data-theme="dark"]
[data-theme="classic-dark"]

================================

switchbacktravel.com

NO DARK THEME
Expand Down Expand Up @@ -1034,3 +1104,23 @@ html

MATCH
[dark]

================================

zen-browser.app

TARGET
html

MATCH
[data-theme="dark"]

================================

*.zulipchat.com

TARGET
html

MATCH
[data-theme="dark"]
21 changes: 21 additions & 0 deletions src/config/dynamic-theme-fixes.config
Original file line number Diff line number Diff line change
Expand Up @@ -10469,6 +10469,27 @@ img[alt="Review and Preview problems below"]

================================

ebpf.io

INVERT
[aria-label="Open menu"]

CSS
nav > a:first-child {
filter: invert(0.2) !important;
}
a.bg-primary-yellow.text-black.font-bold {
color: white !important;
}
.hero > div > div > ul > li > svg > circle {
fill: rgb(255, 228, 26) !important;
}
.hero > div > div > ul > li > svg > path {
stroke: rgb(30, 32, 33) !important;
}

================================

economist.com

INVERT
Expand Down