rosenrot/plugins/readability/readability.h
NunoSempere 6a330e9b09 tweak: nicer blockquotes
also fix bug in archive.is / bloomberg.
2023-02-14 02:07:23 +01:00

9 lines
122 B
C

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