From dbc334e870234e661648492b7eb9b5d2fe3f307e Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 28 Mar 2023 12:00:07 -0600 Subject: chore: more cleanup --- README.md | 8 ++++---- rose.c | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8a83099..3c47e82 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,12 @@ You can also see more detailed instructions [here](./user-scripts/ubuntu-20.04/i - [ ] Double check newtab/next-tab behavior - [ ] Find out what each of the css elements refers to. - [ ] Use something other than Whatsapp as an example syslink. -- [ ] Set `webkit_web_context_set_sandbox_enabled` (), as recommended here: . -- [ ] Fix bug about distorted audio. Maybe related to +- [ ] Set [`webkit_web_context_set_sandbox_enabled`](), as recommended [here]() +- [ ] Fix bug about distorted audio. Maybe related to [this pipewire issue]()? Done: -- [x] Document stand_in.c better +- [x] Document `stand_in.c` better - [x] Use a makefile. - [x] Add clean, uninstall to makefile - [x] Mask user agent @@ -69,7 +69,7 @@ Done: - [x] Add "open in new window" functionality. - Useful for opening links in new tab when clicking on them and selecting that option - And for actually opening links with the href new_tab option. - - Links: , , + - Links: [1](), [2](), [3](), [4]() ### Known bugs diff --git a/rose.c b/rose.c index 454fc55..75f90f7 100644 --- a/rose.c +++ b/rose.c @@ -22,9 +22,10 @@ int CUSTOM_USER_AGENT = true; // - set their variable to true // - in build.sh, uncomment: REQS= #./plugins/*/*.c // 2. Remove stand_in code; -// - Comment out #include "plugins/stand_in/stand_in.h" line, or edit it -// together with stand_in.c so as to not include the plugin functions. -// - In build.sh, comment out REQS=./plugins/stand_in/stand_in.c +// - Add an #include "plugins/stand_in/stand_in.h" line, and modify +// stand_in.c so as to include stand-in functions for the excluded plugin +// - In the make file, include the stand_in.c file and exclude the +// relevant plugin #define CACHE \ "base-cache-directory", CACHE_DIR, "base-data-directory", CACHE_DIR, \ -- cgit v1.2.3