
Toggle dark mode ์ ์์: Cimbali
Toggle the contentโs color scheme between preferring light or dark (or inheriting)
์ด ํ์ฅ ๊ธฐ๋ฅ์ ์ฌ์ฉํ๋ ค๋ฉด Firefox๊ฐ ํ์ํจ
ํ์ฅ ๋ฉํ ๋ฐ์ดํฐ
์ ๋ณด
For Firefox version โฅ 95.
Minimal add-on
This is the simplest possible add-on with the least possible permissions.
Clicking the add-on action in your toolbar cycles the color scheme preference for browser content, between the following 4 values:
Fingerprinting incompatibility
Strong fingerprinting resistance (by setting the preference
Website support
This add-on relies on the fact that websites have their own proper stylesheets for dark and light modes, for example DuckDuckGo.
An increasing number of websites now offer light and dark schemes, though you may need to select a specific option to inherit your browserโs colors, e.g. google, github, stackoverflow, and many more.
If you want to add your own dark mode to other websites, you can use user style sheet addons such as e.g. Stylus. Then you can wrap the CSS in a
Minimal add-on
This is the simplest possible add-on with the least possible permissions.
Clicking the add-on action in your toolbar cycles the color scheme preference for browser content, between the following 4 values:
- dark colors
- light colors
- inherit browser colors (dark or light)
- inherit system colors (dark or light)
Fingerprinting incompatibility
Strong fingerprinting resistance (by setting the preference
privacy.resistFingerprinting
) stops Firefox from disclosing your color preference to websites, which means this add-on will have no effect.Website support
This add-on relies on the fact that websites have their own proper stylesheets for dark and light modes, for example DuckDuckGo.
An increasing number of websites now offer light and dark schemes, though you may need to select a specific option to inherit your browserโs colors, e.g. google, github, stackoverflow, and many more.
If you want to add your own dark mode to other websites, you can use user style sheet addons such as e.g. Stylus. Then you can wrap the CSS in a
prefers-color-scheme
media feature so it responds to this add-onโs toggle. For example:
@media (prefers-color-scheme: dark) {
/* CSS that ony applies to dark mode */
body { background: black; color: #ddd; }
}
@media (prefers-color-scheme: light) {
/* CSS that ony applies to light mode */
body { background: white; color: black; }
}
ํ๊ฐ
๊ถํ๋ ์์๋ณด๊ธฐ
๋ค์ ๊ถํ ํ์:
- ๋ธ๋ผ์ฐ์ ์ค์ ์ฝ๊ธฐ ๋ฐ ์์
์ถ๊ฐ ์ ๋ณด
- ๋ถ๊ฐ ๊ธฐ๋ฅ ๋งํฌ
- ๋ฒ์
- 1.0.1
- ํฌ๊ธฐ
- 53.48 KB
- ๋ง์ง๋ง ์ ๋ฐ์ดํธ
- 4๋ ์ (2021๋ 10์ 19์ผ)
- ๊ด๋ จ ์นดํ ๊ณ ๋ฆฌ
- ๋ผ์ด์ ์ค
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- ๋ฒ์ ๋ชฉ๋ก
๋ชจ์์ง์ ์ถ๊ฐ
๋ฒ์ 1.0.1์ ์ถ์ ์ ๋ณด
Adding a keyboard shortcut option
Cimbali ๋์ ๋ค๋ฅธ ํ์ฅ ๊ธฐ๋ฅ
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค