add forecasting newsletter shortcut
This commit is contained in:
parent
80424d2854
commit
15451be030
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#define READABILITY_N 88067 + 1000
|
||||
#define READABILITY_N 88097 + 1000
|
||||
|
||||
void read_readability_js(char* string);
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#define STYLE_N 7830 + 1000
|
||||
#define STYLE_N 7831 + 1000
|
||||
|
||||
void read_style_js(char* string);
|
||||
|
|
Loading…
Reference in New Issue
Block a user