aboutsummaryrefslogtreecommitdiff
path: root/plugins/readability/readability.js
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-02-27 15:29:30 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-02-27 15:29:30 -0600
commit0f4866f520a801bdeabe49365aca09dad2aaedf3 (patch)
tree89306539f1e9c2973e7ac9762566e4286badfa15 /plugins/readability/readability.js
parent53cc700748c4a8837e9632d52b7d1817232ab6e6 (diff)
tweak: add tweak to remove annoying parts for Money Stuff
Diffstat (limited to 'plugins/readability/readability.js')
-rw-r--r--plugins/readability/readability.js6
1 files changed, 5 insertions, 1 deletions
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. */
`
}