aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/readability/readability.js9
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;
+ }
`
}