Site Styles & Page Editor
Omni can restyle any website to your taste — bigger text, more spacing, forced dark — and even let you edit it.
Site style
Open the page menu → Site style (or Quick Tools). Per site, you can adjust:
- Font size — scale text up or down.
- Line spacing — loosen or tighten leading.
- Dark mode — force a dark rendering of the page.
Settings are remembered per domain, so your news site stays large-print while everything else is normal.
Page editor
Toggle Page editor to set contentEditable on the page — you can then type directly into any site. Handy for drafting into a web form, mocking up edits, or pranking (your own) pages.
Under the hood
Site style injection is handled by BrowserViewModel_SiteStyle.kt, which injects CSS into the session. The page editor flips document.designMode.
Cosmetic only
These changes are local rendering tweaks — they don’t modify the site or persist anything server-side.