
3 reader-mode setups that don't fight you
The problem
The modern web is built to distract. Banners, newsletter overlays, autoplay video containers, and cookie alert modals make reading a single article feel like navigating a visual minefield.
If it takes more effort to close the overlays than it does to read the actual text, the web design is broken. We are looking at three stable ways to strip away the noise so you can read in peace, looking at built-in tools, browser extensions, and send-to-queue reading apps.
Setup 1: Built-in browser reader modes
The fastest reader view is the one already built into your web browser.
- Firefox Reader View: Tap the document icon in the URL bar to immediately strip away CSS styling, ads, and navigation menus. Firefox allows you to customize the font, change text size, adjust margins, and switch to dark mode. It is fast, lightweight, and uses zero additional memory.
- Safari Reader: On macOS and iOS, tap the double-A icon in the address bar and select “Show Reader.” Safari’s implementation is remarkably clean and can be configured to activate automatically on specific websites.
- Chrome Reader Mode: Google has added a native reader sidebar option, but it is less functional than Firefox or Safari, as Google has less incentive to make ad-blocking reader views prominent.
Setup 2: Dedicated local reader extensions
If you use a Chromium-based browser (like Chrome, Edge, or Brave) and want a full-page reader mode that matches the power of Safari or Firefox, you need a dedicated browser extension.
- Just Read: A highly customizable Chrome extension that removes layouts and isolates text. It features an interactive editor that lets you select and delete specific blocks of the page that the automatic parser missed, which is great for removing persistent widgets.
- Reader Mode: A feature-rich extension that includes text-to-speech tools, dyslexia-friendly fonts, and local highlight folders.
These extensions operate entirely on your local machine, parsing the DOM elements of the active tab to render a clean sheet of typography. They do not send your reading data to external cloud storage servers, preserving your privacy.
Setup 3: Send-to-queue reading apps
If you prefer to collect articles throughout the day and read them later in a unified interface, a send-to-queue reader app is the best path.
- Omnivore: An open-source, offline-first read-it-later application. It parses articles, saves a clean text copy, and synchronizes your queue across devices. If you ever decide to change apps, Omnivore makes it easy to export your highlights and clean text files, which prevents platform lock-in.
- Pocket / Instapaper: The classic commercial options. They are reliable but frequently nudge you to upgrade to paid subscription tiers and inject sponsored content into your feed.
Using a queue-based reader helps you decouple finding articles from actually reading them, keeping you focused and out of infinite link-clicking loops.
Real-world lessons for the rest of us
- Use local parsers first. They are faster, do not require a separate user account, and do not track your reading habits.
- Avoid reader platforms that lock your data. If your read-it-later tool does not feature a simple Markdown or CSV export tool, you do not own your library.
- Declutter your entry point. A reader view is a patch for a noisy site. If a website is constantly blocking you with paywalls and newsletters, stop visiting the domain.
Bottom line
For immediate reading, use the built-in reader modes in Firefox or Safari. If you use Chrome, install Just Read for a clean local page view. For long-term collections, use Omnivore to build a private, clean text queue.


