Commit Graph

99 Commits

Author SHA1 Message Date
568c039895 recompute constants after prettier pass 2023-09-15 12:41:48 +03:00
f75442ac2b prettier pass on style.js 2023-09-15 12:41:31 +03:00
58b522be65 prettier pass. 2023-09-15 12:40:50 +03:00
2ce2830351 in readability, center images and add max-width. 2023-09-15 12:40:27 +03:00
aaeb755c64 archive.is => archive.today 2023-08-30 22:11:59 +02:00
aec21c71a6 tweaks: add code to block twitter ads 2023-08-03 14:41:03 +02:00
d65dc93af7 tweak twitter css 2023-07-27 17:36:04 +02:00
b87693e4c5 use -O3 -Wall gcc flags, add old.reddit.com css 2023-07-27 14:34:16 +02:00
e2c81f2595 add genius frontend. 2023-07-25 12:47:13 +02:00
0253c5e80a reworded misdiagnosed Espanso issue, added another redirection. 2023-07-12 14:44:56 +02:00
d17fb92bb6 small tweaks 2023-06-26 11:26:53 +01:00
16d43ac601 fix libreredirect, use true user agent. 2023-06-25 23:22:15 +01:00
4784a0ad26 changes to protonmail style; semicolon to hide bar. 2023-06-20 08:30:36 -06:00
3beef82ca6 add newline in shortcut expand message. 2023-06-20 07:14:52 -06:00
5b1aab5e0c time how long it takes to add the alert (negligible) + readme 2023-06-17 00:40:05 -06:00
98f6d5630f alerts v2, formatting 2023-06-17 00:29:27 -06:00
1cf68bb1fe custom alert first pass, with GPT-4 help 2023-06-17 00:19:29 -06:00
995f455ece revert to full width 2023-06-04 19:16:34 -06:00
28a28b491d tweaks, add private royalroad frontend. 2023-06-04 19:11:45 -06:00
a8be16b1ee debug shortcuts plugin 2023-05-13 23:50:14 -04:00
5fb7e79ad5 feat: add shortcuts plugin 2023-05-13 23:24:34 -04:00
85942a60bd tweak: update simply translate endpoint 2023-05-07 11:53:51 -04:00
574cdd30ce tweak: remove twitter from redirection blacklist
+ tweak styles.
2023-05-05 20:08:53 -04:00
230f472e3a tweak: try ignoring twitter 2023-05-05 19:42:19 -04:00
4e3bb826ba tweak: add redirection google -> whoogle 2023-05-03 18:02:49 -04:00
0ba58087e0 tweak: savepoint 2023-04-29 18:33:09 -04:00
b129954d4d feat: improve compilation a bit.
- tcc -> gcc (noticeably faster compilation)
2023-04-21 19:19:11 -04:00
b32749aa6e fix: zoom + forum.nunosempere.com, Matt Levine's newsletter 2023-04-21 19:08:55 -04:00
a4f8ad8ae2 tweak: continue cat and mouse chase with Matt Levine newsletter 2023-04-21 09:44:33 -04:00
17ff6bb780 feat: integrate new ea forum frontend. 2023-04-07 16:51:25 -04:00
bbcf1dabd2 Revert "tweak: move things around"
This reverts commit ca59138a2a.
2023-03-28 11:19:11 -06:00
ca59138a2a tweak: move things around 2023-03-28 11:18:54 -06:00
1fca042b0b tweak: add rudimentary makefile 2023-03-28 10:59:38 -06:00
3483af0f0f style: enforce webkit style for plugins
$ clang-format -style=webkit -i */.c
$ clang-format -style=webkit -i */*/.c
2023-03-28 10:16:14 -06:00
7cecf5ae3a fix: rename filepath after dirchange 2023-03-27 19:34:01 -06:00
0f4866f520 tweak: add tweak to remove annoying parts for Money Stuff 2023-02-27 15:29:30 -06:00
bcaad22c17 tweak: fihnish the readability upgrades for bloomberg 2023-02-15 18:46:07 +01:00
25dedb09e1 tweaks: around bloomberg webpage 2023-02-15 03:24:47 +01:00
a27b4357af tweak: add fancy quotes. 2023-02-15 03:23:57 +01:00
6a330e9b09 tweak: nicer blockquotes
also fix bug in archive.is / bloomberg.
2023-02-14 02:07:23 +01:00
86fef30c22 tweak: proton stylesheet 2023-02-11 14:40:42 +01:00
c10b7632eb feat: add possibility of launching many tabs at once.
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-08 14:29:36 +01:00
b50d30851b fix: fix some warts
- 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-07 14:17:10 +01:00
b48c504871 feat: use flags rather than uncommenting code
- 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 03:57:29 +01:00
353d0ffad7 feat: add plugin to customize css for individual websites...
and how to enable it.

Also tweak README.mds
2023-02-05 03:21:30 +01:00
be043958f0 feat: add readability mode, and explain how to enable it. 2023-02-05 03:13:12 +01:00
9a533b7e26 feat: disable plugins code by default and explain how to enable it. 2023-02-05 03:02:03 +01:00
fenze
584a5d68a8 Fixed formatting in some libre_redirect files 2022-12-18 16:54:07 +00:00
6ff86dcc44 feat: redirect websites to open-source frontends
1. Adds code for redirecting annoying websites to their open-source
frontends, when these exist.

2. Organize this in a "plugins" folder
2022-12-17 20:47:44 +01:00