aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/style/style.c2
-rw-r--r--plugins/style/style.h2
-rw-r--r--plugins/style/style.js12
-rwxr-xr-xrosebin43656 -> 0 bytes
4 files changed, 14 insertions, 2 deletions
diff --git a/plugins/style/style.c b/plugins/style/style.c
index 9398649..a89bd6e 100644
--- 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 1610 + 1
+#define STYLE_N 1781 + 1
void read_style_js(char* string)
{
diff --git a/plugins/style/style.h b/plugins/style/style.h
index ce2a8a1..1fe1a37 100644
--- a/plugins/style/style.h
+++ b/plugins/style/style.h
@@ -1,7 +1,7 @@
#ifndef STYLE
#define STYLE
-#define STYLE_N 1610 + 1
+#define STYLE_N 1781 + 1
void read_style_js(char* string);
diff --git a/plugins/style/style.js b/plugins/style/style.js
index a0cd7c0..ed62991 100644
--- a/plugins/style/style.js
+++ b/plugins/style/style.js
@@ -52,6 +52,17 @@ if (document.domain == "search.nunosempere.com" ){
}
`
}
+if (document.domain == "twitter.com" ){
+ styles = `
+ [data-testid="placementTracking"] {
+ display: none;
+ }
+ [data-testid="sidebarColumn"] {
+ display: none;
+ }
+ `
+}
+
if(styles != null){
var styleSheet = document.createElement('style')
styleSheet.innerText = styles
@@ -60,3 +71,4 @@ if(styles != null){
}
document.body.style.visibility = "visible"
+
diff --git a/rose b/rose
deleted file mode 100755
index 7be14c8..0000000
--- a/rose
+++ /dev/null
Binary files differ