rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

commit a27b4357af07c0eef7a28afe6dc8e9274e9d7e17
parent 6a330e9b09d05873213fd949bed0fb8b5e0c7ad1
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Wed, 15 Feb 2023 03:23:57 +0100

tweak: add fancy quotes.

Diffstat:
Mplugins/readability/readability.c | 2+-
Mplugins/readability/readability.h | 2+-
Mplugins/readability/readability.js | 11+++++++++++
3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/plugins/readability/readability.c b/plugins/readability/readability.c @@ -1,7 +1,7 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> -#define READABILITY_N 84824 + 1 +#define READABILITY_N 84976 + 1 void read_readability_js(char* string){ FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rose-browser/plugins/readability/readability.js", "r"); diff --git a/plugins/readability/readability.h b/plugins/readability/readability.h @@ -1,7 +1,7 @@ #ifndef READABILITY #define READABILITY -#define READABILITY_N 84824 + 1 +#define READABILITY_N 84976 + 1 void read_readability_js(char* string); diff --git a/plugins/readability/readability.js b/plugins/readability/readability.js @@ -2334,6 +2334,17 @@ blockquote{ background: #F0F0F0; } +blockquote::before{ + font-family: Arial; + content: "\\201C"; + color: #005386; + font-size: 6em; + position: absolute; + left: 10px; + top:-10px; + +} + </style>` /*