more twitter tweaks

This commit is contained in:
NunoSempere 2023-11-22 20:41:21 +00:00
parent 292a3f6761
commit a2f5a864bf
5 changed files with 6 additions and 3 deletions

View File

@ -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 */

View File

@ -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)
{

View File

@ -1,7 +1,7 @@
#ifndef STYLE
#define STYLE
#define STYLE_N 6765 + 100
#define STYLE_N 6715 + 1000
void read_style_js(char* string);

View File

@ -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"] {

BIN
rose

Binary file not shown.