aboutsummaryrefslogtreecommitdiff
path: root/plugins/style/style.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/style/style.js')
-rw-r--r--plugins/style/style.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/style/style.js b/plugins/style/style.js
index 30f35a6..b66e521 100644
--- a/plugins/style/style.js
+++ b/plugins/style/style.js
@@ -127,6 +127,15 @@ if (document.domain == "twitter.com") {
background-color: inherit !important;
transition: none !important;
}
+ /* Hide go to top button */
+ [aria-label^="New posts are available. Push the period key to go to the them."]{
+ display: none;
+ }
+
+ /* No transparency at the top */
+ [aria-live^="polite"]{
+ background: white !important;
+ }
`;