From 0f4866f520a801bdeabe49365aca09dad2aaedf3 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Mon, 27 Feb 2023 15:29:30 -0600 Subject: tweak: add tweak to remove annoying parts for Money Stuff --- plugins/readability/readability.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins/readability/readability.js') diff --git a/plugins/readability/readability.js b/plugins/readability/readability.js index 3f23068..0532bba 100644 --- a/plugins/readability/readability.js +++ b/plugins/readability/readability.js @@ -2383,9 +2383,13 @@ if (document.domain == "archive.is" ){ styles = ` li > span { - display: none; !important + display: none !important; } + p > span > em { + display: none !important; + } + /* ^ deletes the subscribe prompt in Matt Levine's Money Stuff. */ ` } -- cgit v1.2.3