mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
10 lines
226 B
Markdown
10 lines
226 B
Markdown
# Private browsing theme
|
|
|
|
## What it does
|
|
|
|
An example using the theme API to apply a different theme on private windows.
|
|
|
|
## What it shows
|
|
|
|
How to use the windowId argument of browser.theme.reset() and browser.theme.update().
|