aboutsummaryrefslogtreecommitdiff
path: root/plugins/libre_redirect
AgeCommit message (Collapse)Author
2024-03-23remove extra filesNunoSempere
2024-03-23tweak usage of str replacement codeNunoSempere
2024-03-23formatting & tweaks passNunoSempere
2024-03-23change formatting + refactor string codeNunoSempere
2024-03-23remove extraneous tmp vars in libre_redirectNunoSempere
2024-03-23simplify libre_redirect codeNunoSempere
2024-03-22change invidious frontendNunoSempere
2024-03-20update archive.today to archive.isNunoSempere
2023-10-06formatting passNunoSempere
2023-08-30archive.is => archive.todayNunoSempere
2023-07-27use -O3 -Wall gcc flags, add old.reddit.com cssNunoSempere
2023-07-25add genius frontend.NunoSempere
2023-07-12reworded misdiagnosed Espanso issue, added another redirection.NunoSempere
2023-06-25fix libreredirect, use true user agent.NunoSempere
2023-06-17alerts v2, formattingNunoSempere
2023-06-04revert to full widthNunoSempere
2023-06-04tweaks, add private royalroad frontend.NunoSempere
2023-05-13debug shortcuts pluginNunoSempere
2023-05-07tweak: update simply translate endpointNunoSempere
2023-05-05tweak: try ignoring twitterNunoSempere
2023-05-03tweak: add redirection google -> whoogleNunoSempere
2023-04-07feat: integrate new ea forum frontend.NunoSempere
2023-03-28Revert "tweak: move things around"NunoSempere
This reverts commit ca59138a2aef96960381f986b8c683634e4d8e63.
2023-03-28tweak: move things aroundNunoSempere
2023-03-28style: enforce webkit style for pluginsNunoSempere
$ clang-format -style=webkit -i */.c $ clang-format -style=webkit -i */*/.c
2023-02-15tweaks: around bloomberg webpageNunoSempere
2023-02-05feat: use flags rather than uncommenting codeNunoSempere
- 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-05feat: add plugin to customize css for individual websites...NunoSempere
and how to enable it. Also tweak README.mds
2023-02-05feat: disable plugins code by default and explain how to enable it.NunoSempere
2022-12-18Fixed formatting in some libre_redirect filesfenze
2022-12-17feat: redirect websites to open-source frontendsNunoSempere
1. Adds code for redirecting annoying websites to their open-source frontends, when these exist. 2. Organize this in a "plugins" folder