diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-02-08 14:29:36 +0100 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-02-08 14:29:36 +0100 |
commit | c10b7632ebcedff280c4be1357977ae26eff4eaa (patch) | |
tree | be358891123250b81faa644d81f348233b4937de /plugins/readability | |
parent | 2db650d7cc0600a0ccdc5ba31ad3a97b3b74a6ea (diff) |
feat: add possibility of launching many tabs at once.
also, personalize this:
- enable extensions
- change to my css
- change relative paths.
fix various bugs:
- set the zoom level in notebook_append, not in notebook_init
- have a handly debug option for valgrind
Diffstat (limited to 'plugins/readability')
-rw-r--r-- | plugins/readability/readability.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/readability/readability.c b/plugins/readability/readability.c index d7d1ed9..0ae9d44 100644 --- a/plugins/readability/readability.c +++ b/plugins/readability/readability.c @@ -4,7 +4,7 @@ #define READABILITY_N 84251 + 1 void read_readability_js(char* string){ - FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rose-bud-personal/plugins/readability/readability.js", "r"); + FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rose-browser/plugins/readability/readability.js", "r"); if (!fp) { // fp is NULL, fopen failed fprintf(stderr, "Failed to open file\n"); string=NULL; |