1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

New note: Screen2x and DOM Distiller

This commit is contained in:
Rohan Kumar 2023-08-08 22:12:56 -07:00
parent d56ab14a8c
commit 3635052704
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -0,0 +1,12 @@
---
title: "Screen2x and DOM Distiller"
date: 2023-08-08T22:12:56-07:00
---
I just tried Chromium's "Screen2x" article distiller (experimental in `chrome://flags`).
Before, the DOM Distiller removed elements far too aggressively. The new Screen2x implementation has gone in the opposite direction: it barely removes any of the page's non-navigation structure. It does, however, remove all the images. `figure` elements that aren't images (e.g. block-quotes with citations in `figcaption` children, or code snippets with descriptions in their captions) lose their captions. Inline `code` and `samp` elements lose their semantics and styling, becoming plain inline text (code blocks in `pre` blocks remain preserved).
In other words, it's replaced one set of false-positives with another, and now removes too _little_ of the page structure. An improvement, but not enough to compete with alternatives.
Reading Mode now opens in a sidebar on desktop, instead of replacing the page. Users are expected to use the Reading Mode and the regular page side-by-side now, so it won't replace ads. I smell infighting between ads and browser teams.