Tile example screenshot

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.

SettingValue
TypeHTML from tab
Tab URLhttps://mail.google.com/mail/*
Selector(s) for Top Iteratortr.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; }

Browse related tiles by tag

#Gmail , #Email , #Google , #Requires Extension , #HTML From Tab