diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-02-05 03:21:30 +0100 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-02-05 03:21:30 +0100 |
commit | 353d0ffad7c1810d2c5a87d73f6649bcbc55aad4 (patch) | |
tree | 5821596e151ae561c653a3ee5306651fbbf2c5d0 /plugins/readability | |
parent | be043958f056264788cb92445890337b2674510c (diff) |
feat: add plugin to customize css for individual websites...
and how to enable it.
Also tweak README.mds
Diffstat (limited to 'plugins/readability')
-rw-r--r-- | plugins/readability/README.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/plugins/readability/README.md b/plugins/readability/README.md index dc9b217..d6c0fe2 100644 --- a/plugins/readability/README.md +++ b/plugins/readability/README.md @@ -5,7 +5,13 @@ Taken from <https://raw.githubusercontent.com/ushnisha/readability-reader-webext ## To enable it -In rose.c uncomment: +In `build.sh`, uncomment this line: + +``` +REQS= #./plugins/*/*.c +``` + +In `rose.c` uncomment: ``` @@ -59,4 +65,4 @@ typedef enum { // { CTRL, KEY(p), prettify }, -```
\ No newline at end of file +``` |