aboutsummaryrefslogtreecommitdiff
path: root/plugins/style/style.c
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-08-03 14:40:40 +0200
committerNunoSempere <nuno.sempere@protonmail.com>2023-08-03 14:41:03 +0200
commitaec21c71a65e68ac8488271a94fbf23f4f894f0d (patch)
tree73d0c590464a819d6821716e778abe3e36a8e03b /plugins/style/style.c
parentcd2b6a3257388de2b83af043b5b1fa6b5675298e (diff)
tweaks: add code to block twitter ads
Diffstat (limited to 'plugins/style/style.c')
-rw-r--r--plugins/style/style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/style/style.c b/plugins/style/style.c
index 3e907b8..7463376 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 4390 + 100
+#define STYLE_N 4748 + 100
void read_style_js(char* string)
{