rosenrot/plugins/readability/readability.h
NunoSempere cd6b158e3e feat: make reader mode right
Use a whiter background, which is nicer on my screen.

Add plugin step to install.sh
2022-12-16 01:03:35 +01:00

9 lines
122 B
C

#ifndef READABILITY
#define READABILITY
#define READABILITY_N 84254 + 1
void read_readability_js(char* string);
#endif