Commit Graph

35 Commits

Author SHA1 Message Date
126fdc32fd change height for new computer 2024-06-09 23:55:12 +02:00
40da9afd4d make makefile slightly prettier, update invidious frontend 2024-05-09 14:20:52 +01:00
10fca6af34 update redirects 2024-05-09 10:33:12 +01:00
f5a03f4d05 formattign pass 2024-04-14 09:00:54 -04:00
c4581f3fd5 redirect reddit + vitalik buterin's website 2024-03-29 16:40:13 -04:00
e322621698 tweak usage of str replacement code 2024-03-23 17:54:15 -03:00
5097a1982b formatting & tweaks pass 2024-03-23 17:48:42 -03:00
978c7ca1cc change formatting + refactor string code 2024-03-23 17:35:44 -03:00
c8ff246cc2 remove extraneous tmp vars in libre_redirect 2024-03-23 16:58:23 -03:00
43cac7f3f1 simplify libre_redirect code 2024-03-23 16:46:28 -03:00
dbf1146bc2 change invidious frontend 2024-03-22 09:40:21 -03:00
386941e51e update archive.today to archive.is 2024-03-20 04:18:51 -03:00
32a23e9a17 formatting pass 2023-10-06 15:45:47 +01:00
aaeb755c64 archive.is => archive.today 2023-08-30 22:11:59 +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
16d43ac601 fix libreredirect, use true user agent. 2023-06-25 23:22:15 +01:00
98f6d5630f alerts v2, formatting 2023-06-17 00:29:27 -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
85942a60bd tweak: update simply translate endpoint 2023-05-07 11:53:51 -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
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
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
25dedb09e1 tweaks: around bloomberg webpage 2023-02-15 03:24:47 +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
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