Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-28 | style: enforce webkit style for plugins | NunoSempere | |
$ clang-format -style=webkit -i */.c $ clang-format -style=webkit -i */*/.c | |||
2023-03-27 | fix: rename filepath after dirchange | NunoSempere | |
2023-02-27 | tweak: add tweak to remove annoying parts for Money Stuff | NunoSempere | |
2023-02-15 | tweak: fihnish the readability upgrades for bloomberg | NunoSempere | |
2023-02-15 | tweaks: around bloomberg webpage | NunoSempere | |
2023-02-15 | tweak: add fancy quotes. | NunoSempere | |
2023-02-14 | tweak: nicer blockquotes | NunoSempere | |
also fix bug in archive.is / bloomberg. | |||
2023-02-11 | tweak: proton stylesheet | NunoSempere | |
2023-02-08 | feat: add possibility of launching many tabs at once. | NunoSempere | |
also, personalize this: - enable extensions - change to my css - change relative paths. fix various bugs: - set the zoom level in notebook_append, not in notebook_init - have a handly debug option for valgrind | |||
2023-02-07 | fix: fix some warts | NunoSempere | |
- stuff to deal with plugin code wasn't actually compiling - created a "stand_in" plugin to provide headers and function definitions - when these are not used - it is likely there are better approaches here - hidebar, newtab -> hide_bar, new_tab | |||
2023-02-05 | feat: use flags rather than uncommenting code | NunoSempere | |
- Significantly simpler - Easier for me to keep up with upstream - Alternatives: - Comments as before - git patches, as in the suckless community: eventually leads to confusion about conflicting patches. - some other option | |||
2023-02-05 | feat: add plugin to customize css for individual websites... | NunoSempere | |
and how to enable it. Also tweak README.mds | |||
2023-02-05 | feat: add readability mode, and explain how to enable it. | NunoSempere | |
2023-02-05 | feat: disable plugins code by default and explain how to enable it. | NunoSempere | |
2022-12-18 | Fixed formatting in some libre_redirect files | fenze | |
2022-12-17 | feat: redirect websites to open-source frontends | NunoSempere | |
1. Adds code for redirecting annoying websites to their open-source frontends, when these exist. 2. Organize this in a "plugins" folder |