tweak: Reader mode.
This commit is contained in:
parent
350e6022df
commit
8790adb0fc
|
@ -1,7 +1,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#define READABILITY_N 84254 + 1
|
#define READABILITY_N 84251 + 1
|
||||||
|
|
||||||
void read_readability_js(char* string){
|
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");
|
FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rose-bud-personal/plugins/readability/readability.js", "r");
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef READABILITY
|
#ifndef READABILITY
|
||||||
#define READABILITY
|
#define READABILITY
|
||||||
|
|
||||||
#define READABILITY_N 84254 + 1
|
#define READABILITY_N 84251 + 1
|
||||||
|
|
||||||
void read_readability_js(char* string);
|
void read_readability_js(char* string);
|
||||||
|
|
||||||
|
|
|
@ -2307,8 +2307,8 @@ body {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font: 18px/1.5 Roboto;
|
font: 18px/1.5 Roboto;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
background-color: #FFFFFF !important;
|
background-color: #FEFEFE !important;
|
||||||
color: #000000 !important;
|
color: #444 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#readOverlay {
|
#readOverlay {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user