diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-04-21 19:08:55 -0400 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-04-21 19:08:55 -0400 |
commit | b32749aa6e495aedc286e9537a4ee664c467919c (patch) | |
tree | cac9e26cb472588de4b4917146de127183db13aa /plugins/readability | |
parent | a4f8ad8ae2ac60b53c39feea90305d2f277eb319 (diff) |
fix: zoom + forum.nunosempere.com, Matt Levine's newsletter
Diffstat (limited to 'plugins/readability')
-rw-r--r-- | plugins/readability/readability.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/readability/readability.js b/plugins/readability/readability.js index 78a398d..9310961 100644 --- a/plugins/readability/readability.js +++ b/plugins/readability/readability.js @@ -2394,7 +2394,7 @@ if (document.domain == "archive.is" ){ iframe { display: none; } - #div[id^='stickyModal'] { + #div[id^='stickypbModal'] { display: none; } ` |