Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-23 | remove extra files | NunoSempere | |
2024-03-23 | tweak usage of str replacement code | NunoSempere | |
2024-03-23 | formatting & tweaks pass | NunoSempere | |
2024-03-23 | change formatting + refactor string code | NunoSempere | |
2024-03-23 | remove extraneous tmp vars in libre_redirect | NunoSempere | |
2024-03-23 | simplify libre_redirect code | NunoSempere | |
2024-03-22 | change invidious frontend | NunoSempere | |
2024-03-20 | update archive.today to archive.is | NunoSempere | |
2023-10-06 | formatting pass | NunoSempere | |
2023-08-30 | archive.is => archive.today | NunoSempere | |
2023-07-27 | use -O3 -Wall gcc flags, add old.reddit.com css | NunoSempere | |
2023-07-25 | add genius frontend. | NunoSempere | |
2023-07-12 | reworded misdiagnosed Espanso issue, added another redirection. | NunoSempere | |
2023-06-25 | fix libreredirect, use true user agent. | NunoSempere | |
2023-06-17 | alerts v2, formatting | NunoSempere | |
2023-06-04 | revert to full width | NunoSempere | |
2023-06-04 | tweaks, add private royalroad frontend. | NunoSempere | |
2023-05-13 | debug shortcuts plugin | NunoSempere | |
2023-05-07 | tweak: update simply translate endpoint | NunoSempere | |
2023-05-05 | tweak: try ignoring twitter | NunoSempere | |
2023-05-03 | tweak: add redirection google -> whoogle | NunoSempere | |
2023-04-07 | feat: integrate new ea forum frontend. | NunoSempere | |
2023-03-28 | Revert "tweak: move things around" | NunoSempere | |
This reverts commit ca59138a2aef96960381f986b8c683634e4d8e63. | |||
2023-03-28 | tweak: move things around | NunoSempere | |
2023-03-28 | style: enforce webkit style for plugins | NunoSempere | |
$ clang-format -style=webkit -i */.c $ clang-format -style=webkit -i */*/.c | |||
2023-02-15 | tweaks: around bloomberg webpage | NunoSempere | |
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: 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 |