add forecasting newsletter shortcut

This commit is contained in:
NunoSempere 2024-04-28 19:48:40 +02:00
parent 80424d2854
commit 15451be030
5 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define READABILITY_N 88067 + 1000
#define READABILITY_N 88097 + 1000
void read_readability_js(char* string)
{

View File

@ -1,5 +1,5 @@
#pragma once
#define READABILITY_N 88067 + 1000
#define READABILITY_N 88097 + 1000
void read_readability_js(char* string);

View File

@ -22,6 +22,7 @@ int shortcut_expand(const char* uri, char* output)
"!blog",
"!fnf",
"!fnc",
"!fs",
"!hn",
"!hnb",
"!ww",
@ -33,6 +34,7 @@ int shortcut_expand(const char* uri, char* output)
"https://nunosempere.com/blog",
"https://forum.nunosempere.com/frontpage",
"https://forum.nunosempere.com/comments",
"https://forecasting.substack.com",
"https://news.ycombinator.com",
"https://news.ycombinator.com/best",
"https://web.whatsapp.com",

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define STYLE_N 7830 + 1000
#define STYLE_N 7831 + 1000
void read_style_js(char* string)
{

View File

@ -1,5 +1,5 @@
#pragma once
#define STYLE_N 7830 + 1000
#define STYLE_N 7831 + 1000
void read_style_js(char* string);