more twitter tweaks
This commit is contained in:
parent
292a3f6761
commit
a2f5a864bf
2
config.h
2
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 */
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef STYLE
|
||||
#define STYLE
|
||||
|
||||
#define STYLE_N 6765 + 100
|
||||
#define STYLE_N 6715 + 1000
|
||||
|
||||
void read_style_js(char* string);
|
||||
|
||||
|
|
|
@ -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"] {
|
||||
|
|
Loading…
Reference in New Issue
Block a user