aboutsummaryrefslogtreecommitdiff
path: root/plugins/style
AgeCommit message (Collapse)Author
2023-06-20changes to protonmail style; semicolon to hide bar.NunoSempere
2023-06-17time how long it takes to add the alert (negligible) + readmeNunoSempere
2023-06-17alerts v2, formattingNunoSempere
2023-06-17custom alert first pass, with GPT-4 helpNunoSempere
2023-05-05tweak: remove twitter from redirection blacklistNunoSempere
+ tweak styles.
2023-04-29tweak: savepointNunoSempere
2023-04-21feat: improve compilation a bit.NunoSempere
- tcc -> gcc (noticeably faster compilation)
2023-04-21fix: zoom + forum.nunosempere.com, Matt Levine's newsletterNunoSempere
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-03-27fix: rename filepath after dirchangeNunoSempere
2023-02-15tweaks: around bloomberg webpageNunoSempere
2023-02-11tweak: proton stylesheetNunoSempere
2023-02-08feat: 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-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