Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-23 | tweaks | NunoSempere | |
2024-03-23 | remove dead code | NunoSempere | |
2024-03-23 | formatting & tweaks pass | NunoSempere | |
2024-03-22 | refactor toggle bar code. | NunoSempere | |
2024-03-21 | rework style code to use a switch statement | NunoSempere | |
2024-03-21 | reorg custom style code again | NunoSempere | |
2024-03-21 | add nationstates css snippet; reformat css | NunoSempere | |
2024-03-17 | typos & use /opt/rosenrot folder | NunoSempere | |
2024-03-16 | tweaks personal usage | NunoSempere | |
2024-03-15 | remove custom forum style, add twitter shortcut | NunoSempere | |
2024-03-12 | update webkit dep to 4.1 in makefile | NunoSempere | |
2024-01-18 | remove change in colors for twitter | NunoSempere | |
2023-12-29 | fix F11 screen toggling | NunoSempere | |
2023-11-28 | recompute after changing style | NunoSempere | |
2023-11-28 | remove hover from twitter | NunoSempere | |
2023-11-22 | more twitter tweaks | NunoSempere | |
2023-11-20 | undo some tweaks | NunoSempere | |
2023-11-20 | tweak: more twitter tweaks | NunoSempere | |
2023-11-20 | tweaks: more twitter tweaks | NunoSempere | |
2023-11-20 | more twitter style tweaks | NunoSempere | |
2023-11-20 | tweaks: change twitter css style | NunoSempere | |
2023-11-09 | tweak: savepoint | NunoSempere | |
2023-11-08 | savepoint: add functionality to not show twitter videos | NunoSempere | |
2023-11-08 | try mutation listener + formatting step | NunoSempere | |
2023-11-08 | try event listener (didn't work) | NunoSempere | |
2023-11-08 | tweak: replace search engine + avoid twitter videos | NunoSempere | |
2023-09-15 | recompute constants after prettier pass | NunoSempere | |
2023-09-15 | prettier pass on style.js | NunoSempere | |
2023-08-03 | tweaks: add code to block twitter ads | NunoSempere | |
2023-07-27 | tweak twitter css | NunoSempere | |
2023-07-27 | use -O3 -Wall gcc flags, add old.reddit.com css | NunoSempere | |
2023-06-26 | small tweaks | NunoSempere | |
2023-06-20 | changes to protonmail style; semicolon to hide bar. | NunoSempere | |
2023-06-17 | time how long it takes to add the alert (negligible) + readme | NunoSempere | |
2023-06-17 | alerts v2, formatting | NunoSempere | |
2023-06-17 | custom alert first pass, with GPT-4 help | NunoSempere | |
2023-05-05 | tweak: remove twitter from redirection blacklist | NunoSempere | |
+ tweak styles. | |||
2023-04-29 | tweak: savepoint | NunoSempere | |
2023-04-21 | feat: improve compilation a bit. | NunoSempere | |
- tcc -> gcc (noticeably faster compilation) | |||
2023-04-21 | fix: zoom + forum.nunosempere.com, Matt Levine's newsletter | 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-03-27 | fix: rename filepath after dirchange | NunoSempere | |
2023-02-15 | tweaks: around bloomberg webpage | NunoSempere | |
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-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 |