tweak: Reader mode.

This commit is contained in:
NunoSempere 2022-12-16 01:40:09 +01:00
parent 350e6022df
commit 8790adb0fc
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define READABILITY_N 84254 + 1
#define READABILITY_N 84251 + 1
void read_readability_js(char* string){
FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rose-bud-personal/plugins/readability/readability.js", "r");

View File

@ -1,7 +1,7 @@
#ifndef READABILITY
#define READABILITY
#define READABILITY_N 84254 + 1
#define READABILITY_N 84251 + 1
void read_readability_js(char* string);

View File

@ -2307,8 +2307,8 @@ body {
font-size: 18px;
font: 18px/1.5 Roboto;
line-height: 1.6;
background-color: #FFFFFF !important;
color: #000000 !important;
background-color: #FEFEFE !important;
color: #444 !important;
}
#readOverlay {