rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

commit af4184c66437e774aeffb9e552df607ee5ea8afc
parent 8a091dd1bff59bc7baa53da59666e2a5baece943
Author: NunoSempere <nuno.semperelh@protonmail.com>
Date:   Sat, 16 Mar 2024 07:57:32 -0300

tweaks personal usage

Diffstat:
Mplugins/shortcuts/shortcuts.c | 4+++-
Mplugins/style/style.c | 2+-
Mplugins/style/style.h | 2+-
Mrosenrot | 0
4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/plugins/shortcuts/shortcuts.c b/plugins/shortcuts/shortcuts.c @@ -32,6 +32,7 @@ int shortcut_expand(const char* uri, char* output) char* shortcuts[] = { "!x", + "!blog", "!fnf", "!fnc", "!hn", @@ -39,7 +40,8 @@ int shortcut_expand(const char* uri, char* output) }; char* expansions[] = { - "https://twitter.com" + "https://twitter.com", + "https://nunosempere.com/blog", "https://forum.nunosempere.com/frontpage", "https://forum.nunosempere.com/comments", "https://news.ycombinator.com", diff --git 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 7265 + 1000 +#define STYLE_N 7275 + 1000 void read_style_js(char* string) { diff --git a/plugins/style/style.h b/plugins/style/style.h @@ -1,7 +1,7 @@ #ifndef STYLE #define STYLE -#define STYLE_N 7265 + 1000 +#define STYLE_N 7275 + 1000 void read_style_js(char* string); diff --git a/rosenrot b/rosenrot Binary files differ.