From a4f8ad8ae2ac60b53c39feea90305d2f277eb319 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Fri, 21 Apr 2023 09:44:33 -0400 Subject: tweak: continue cat and mouse chase with Matt Levine newsletter --- plugins/readability/readability.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'plugins/readability') diff --git a/plugins/readability/readability.js b/plugins/readability/readability.js index 0532bba..78a398d 100644 --- a/plugins/readability/readability.js +++ b/plugins/readability/readability.js @@ -2386,10 +2386,17 @@ if (document.domain == "archive.is" ){ display: none !important; } + /* Matt Levine's Money Stuff specific stuff: */ + p > span > em { display: none !important; } - /* ^ deletes the subscribe prompt in Matt Levine's Money Stuff. */ + iframe { + display: none; + } + #div[id^='stickyModal'] { + display: none; + } ` } -- cgit v1.2.3