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/libre_redirect | |
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/libre_redirect')
-rw-r--r-- | plugins/libre_redirect/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/libre_redirect/README.md b/plugins/libre_redirect/README.md index 01add9c..7b32370 100644 --- a/plugins/libre_redirect/README.md +++ b/plugins/libre_redirect/README.md @@ -6,7 +6,7 @@ To enable it: ## In build.sh -Uncomment this line: +In `build.sh`, uncomment this line: ``` REQS= #./plugins/*/*.c @@ -52,4 +52,4 @@ void redirect_if_annoying(WebKitWebView *view, const char *uri){ break; -```
\ No newline at end of file +``` |