commit a2f5a864bf822dfb7b39035c256464bfb6a2b0f6
parent 292a3f6761bc9b79fddb098d27544db2acf98329
Author: NunoSempere <nuno.sempere@protonmail.com>
Date: Wed, 22 Nov 2023 20:41:21 +0000
more twitter tweaks
Diffstat:
5 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/config.h b/config.h
@@ -19,7 +19,7 @@
#define WIDTH 1920 // 960 for half-width, 1920 for full width
#define HEIGHT 1080
-#define SEARCH_BAR_SIZE 500
+#define SEARCH_BAR_SIZE 1000
#define KEY(x) GDK_KEY_##x
#define ZOOM 1.6 /* Starting zoom level.*/
#define ZOOM_VAL .1 /* Zooming value in zoomin/zoomout functions */
diff --git a/plugins/style/style.c b/plugins/style/style.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#define STYLE_N 6765 + 100
+#define STYLE_N 6715 + 1000
void read_style_js(char* string)
{
diff --git a/plugins/style/style.h b/plugins/style/style.h
@@ -1,7 +1,7 @@
#ifndef STYLE
#define STYLE
-#define STYLE_N 6765 + 100
+#define STYLE_N 6715 + 1000
void read_style_js(char* string);
diff --git a/plugins/style/style.js b/plugins/style/style.js
@@ -96,6 +96,9 @@ if (document.domain == "twitter.com") {
[aria-label^="Timeline: Conversation"]{
margin-left: 145px;
}
+ [data-testid^="DMDrawer"]{
+ display: none;
+ }
/* Delete a few unused or annoying elements */
[aria-label^="Verified Orgs"] {
diff --git a/rose b/rose
Binary files differ.