←back to thread

How I Experience Web Today (2021)

(how-i-experience-web-today.com)
450 points airstrike | 1 comments | | HN request time: 0s | source
Show context
judah ◴[] No.41841982[source]
This is great. I see:

- Cookie acceptance overlay

- Email prompt when switching away from tab

- Push notification custom UI prompt

- Push notification browser prompt

- Subscribe to our newsletter prompt

- Ad blocker detected modal

- Please subscribe overlay

- Continue reading overlay

- Ratings prompt

- Floating feedback button

- "How can I help you?" chat popup

- Email prompt when scrolling

- Create an account footer

- Interstitial ads

- Social media share buttons

- Click to play video overlay (one that isn't available in your country)

- Tab closing prompt

Thinking about this problem technically, most of these obscenities are vying for top level. In the early days, browsers could detect when a popup was trying to launch and block them. Could we do something similar but for top level DOM?

Alternately, could a browser have a quiet mode? No prompts, banners, overlays, etc.

Just thinking out loud.

replies(1): >>41842392 #
staplers ◴[] No.41842392[source]

  Could we do something similar but for top level DOM?
It's called "reader mode" on most browsers.
replies(4): >>41842688 #>>41842728 #>>41842941 #>>41849660 #
1. neilv ◴[] No.41842941[source]
Unfortunately, Firefox Reader Mode bypasses your uBlock Origin, so you get violated by trackers.

IIRC, this `about:config` setting is how I disable Firefox Reader Mode: `reader.parse-on-load.enabled` = false