Tab cloaking lets you replace Zeno’s browser tab title and favicon with those of a different website. From a distance — or in a school or workplace environment — the tab looks like an ordinary productivity page. The underlying URL does not change; only the visible tab metadata is affected.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xXmizzeryXx/zenodeployment/llms.txt
Use this file to discover all available pages before exploring further.
How cloaking works
When you apply a cloak, Zeno does two things:- Sets
document.titleto the chosen title string. - Updates the
<link rel="icon">element in the page head to point to the chosen favicon URL.
localStorage so the cloak is automatically re-applied every time the page loads, even after a browser restart.
Cloaking only changes the tab title and favicon. The URL in the address bar remains unchanged. It does not affect browser history or network traffic.
Activating cloak
There are two ways to open the cloak interface:From the dashboard app grid
Click the Presence button (the incognito-figure icon) in the app grid. The cloak modal opens immediately.
Preset identities
The cloak modal offers six built-in presets. Each preset sets both a title and a real favicon fetched from the target site.| Preset | Tab title | Favicon source |
|---|---|---|
| Google Classroom | Google Classroom | ssl.gstatic.com/classroom/favicon.png |
| Khan Academy | Khan Academy | khanacademy.org/favicon.ico |
| Google Docs | Google Docs | ssl.gstatic.com/docs/documents/images/favicon5.ico |
| Desmos | Desmos Graphing | desmos.com/assets/img/icons/favicon.ico |
| Wikipedia | Wikipedia | en.wikipedia.org/favicon.ico |
| Quizlet | Quizlet | quizlet.com/favicon.ico |
Custom title
Below the preset grid is a text input labeled Custom Title. Type any string to use a title not covered by the presets. The preview updates as you type. When a custom title is entered, the favicon defaults to the Google Classroom icon unless you also selected a preset whose favicon you want to keep.Cloak status badge
The Presence button in the app grid has a small dot in the top-right corner:- Gray dot — no cloak is active.
- Yellow pulsing dot — a cloak is currently applied.
Deactivating cloak
Clear the cloak
In the dashboard modal, click REMOVE. In Settings, click the None preset tile to clear the active cloak.
Persistence details
Cloak state is stored across threelocalStorage keys:
| Key | Value |
|---|---|
zeno-cloak-active | "1" when a cloak is active; absent when inactive |
zeno-cloak-title | The current tab title string |
zeno-cloak-favicon | The favicon URL (only set when a preset favicon is used) |