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:

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.