aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:32:47 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:32:47 -0600
commit20d0becba9746b11a0696240dc9eab6fabf15d80 (patch)
treedc7da6321aad995ce4e76fcde4339a2682a7f5fc /README.md
parent37e3e7bcae746be58d65102610efb0efb121e8df (diff)
chore: more upkeep. In particular, document wyebadblock better
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3205ad6..04edaea 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,16 @@ You can see some screenshots in the [screenshots](./screenshots) folder.
- tabs, cookies, caching
- minimal ui, autohiding elements
-- ~467L core code (the rose.c file), plus plugins
+- ~467L core code (the rose.c file)
- custom gtk and websites css
- builtin rose-mklink script for in-shell static links
- A few quality of life improvements.
+ - Optional adblocking through [wyebadblock](https://github.com/jun7/wyebadblock)
+ - Plugin system:
+ - Libre redirect: Redirect annoying websites to open source frontends
+ - Readability: Strip webpages of unnecessary elements for ease of reading with a custom shortcut
+ - Custom style: Override the css of predetermined websites
+ - Stand in plugin: Mimick function definitions which do nothing for the above plugins so that they can be quickly removed
### 👐 Contribute
@@ -24,7 +30,6 @@ You can see some screenshots in the [screenshots](./screenshots) folder.
### To do
-- [ ] Look into using a makefile.
- [ ] Look at using relative rather than absolute paths
- [ ] Figure out if downloading files is doable.
- [ ] Figure out better way to have plugins
@@ -34,10 +39,11 @@ You can see some screenshots in the [screenshots](./screenshots) folder.
- [ ] Use something other than Whatsapp as an example syslink.
- [ ] Set `webkit_web_context_set_sandbox_enabled` (<https://webkitgtk.org/reference/webkit2gtk/2.36.8/WebKitWebContext.html#webkit-web-context-set-sandbox-enabled>), as recommended here: <https://blogs.gnome.org/mcatanzaro/2022/11/04/stop-using-qtwebkit/>.
- [ ] Fix bug about distorted audio. Maybe related to <https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/1547>
-- [x] Mask user agent
Done:
+- [x] Mask user agent
+- [x] Use a makefile.
- [x] Launch with more than one tab from command line
- [x] Figure out merge with upstream
- [x] String substitution on uri in order to redirect to better frontends.