Outlook: distraction-free reading
In one rule set hides ads, side rails and the My Day panel, leaving just the mail.
Code to copy
/* Distraction-free reading: hide ads, rails and the My Day panel together */
div[data-app-section="RightRail"],
div[data-app-section="AppRail"],
div[data-app-section="MyDay"],
div[aria-label="Advertisement"],
div[data-app-section="Ads"] {
display: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.