diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-04-21 09:44:33 -0400 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-04-21 09:44:33 -0400 |
commit | a4f8ad8ae2ac60b53c39feea90305d2f277eb319 (patch) | |
tree | 202fc8ff4681383114f491fdd1cd499c9d9578f2 /plugins | |
parent | f8b4e9ff4af49dc6ca328a4ee1deed8c0e1f0315 (diff) |
tweak: continue cat and mouse chase with Matt Levine newsletter
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/readability/readability.js | 9 |
1 files changed, 8 insertions, 1 deletions
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; + } ` } |