logoalt Hacker News

WarOnPrivacyyesterday at 10:22 PM1 replyview on HN

> uBlock Origin.

I did try this without success.

> if the whole UI is irredeemable, you can access your mail with IMAP or POP.

I access my mail across a doz machines - and I support scores of users. Setting up stand-alone/3rd party clients (at scale) is a bit unwieldy.

The bad actor here turns out to be the Chrome browser. Every other browser behaves better in this.


Replies

vonunovtoday at 9:31 AM

  mail.google.com##div[aria-label="Message Body"] span[contenteditable="false"]
It is admittedly a bit beyond "easy customizability" once you find yourself sifting through element attributes in the dev console to craft a selector ("easy" shouldn't require knowing what any of those things are, I would think), but in case you still want to actually do it, this seems to work.

They have an ungodly number of event listeners. Why do they need so many? And I keep finding spans nested inside spans for no reason; i.e., the parent span only contains a child span. It's such an outrageous mess