From 6ed0181a0c7520cf818661ab10c537f43489cae2 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Fri, 29 Dec 2023 18:37:50 +0100 Subject: fix F11 screen toggling --- plugins/style/style.c | 2 +- plugins/style/style.h | 2 +- plugins/style/style.js | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) (limited to 'plugins/style') diff --git a/plugins/style/style.c b/plugins/style/style.c index efa6b9a..4631518 100644 --- a/plugins/style/style.c +++ b/plugins/style/style.c @@ -1,7 +1,7 @@ #include #include #include -#define STYLE_N 6894 + 1000 +#define STYLE_N 7127 + 1000 void read_style_js(char* string) { diff --git a/plugins/style/style.h b/plugins/style/style.h index 5c22e87..a28552a 100644 --- a/plugins/style/style.h +++ b/plugins/style/style.h @@ -1,7 +1,7 @@ #ifndef STYLE #define STYLE -#define STYLE_N 6894 + 1000 +#define STYLE_N 7127 + 1000 void read_style_js(char* string); 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; + } `; -- cgit v1.2.3