aboutsummaryrefslogtreecommitdiff
path: root/plugins/readability/readability.js
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-02-15 18:46:07 +0100
committerNunoSempere <nuno.sempere@protonmail.com>2023-02-15 18:46:07 +0100
commitbcaad22c170c0a5e4dc417350028b27d6ddcd5cb (patch)
tree8b2b3747a9b3459e7e62b14784caf1bea4dedebe /plugins/readability/readability.js
parent25dedb09e1321ae70fe0598d98a3a6e4d15d1215 (diff)
tweak: fihnish the readability upgrades for bloomberg
Diffstat (limited to 'plugins/readability/readability.js')
-rw-r--r--plugins/readability/readability.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/readability/readability.js b/plugins/readability/readability.js
index 2c85380..3f23068 100644
--- a/plugins/readability/readability.js
+++ b/plugins/readability/readability.js
@@ -2345,6 +2345,16 @@ blockquote::before{
}
+a[href^="#footnote-"] {
+ text-decoration: none;
+}
+a[href^="#footnote-"]::before {
+ content:" [";
+}
+a[href^="#footnote-"]::after {
+ content:"] ";
+}
+
</style>`
/*