Gmail Inbox
Displays items from your Google Mail inbox (open in another tab) in an accordion. Click the sender / email subject to get a preview of the email text.
| Setting | Value |
|---|---|
| Type | HTML from tab |
| Tab URL | https://mail.google.com/mail/* |
| Selector(s) for Top Iterator | tr.zA |
| Item Element Wrapper | |
| Item RegEx Search | |
| Item RegEx Replace |
Item HTML Template
<details>
<summary>${span.bA4} - ${div.y6}</summary>
<p>${span.y2}</p>
</details>
CSS
body { font-size: 1.5em; padding: 0.5em; }
details summary { line-height: 1.2em; }
details p { font-size: 0.85em; }
details div { display: inline; }