From 06dd05257d90dde1ccb180a5c0557760f4ba7ea6 Mon Sep 17 00:00:00 2001 From: "ihsoyct@" Date: Sat, 25 Oct 2025 13:47:15 +0200 Subject: [PATCH 1/4] Wip --- dist/404.html | 2 +- dist/changelog.html | 6 +- dist/index.html | 2 +- dist/index.js | 2 +- src/index.js | 20 +- src/pullpush.js | 295 ++++++++++++++++++ src/pushpull.js | 143 --------- src/subreddit.js | 16 +- src/templates/arctic_shift_search.pug | 2 +- src/templates/post.pug | 4 +- src/templates/profilePost.pug | 6 +- ...ushpull_search.pug => pullpush_search.pug} | 4 +- src/templates/submission.pug | 8 +- 13 files changed, 333 insertions(+), 177 deletions(-) create mode 100644 src/pullpush.js delete mode 100644 src/pushpull.js rename src/templates/{pushpull_search.pug => pullpush_search.pug} (95%) diff --git a/dist/404.html b/dist/404.html index bd0383f..47e1d8c 100644 --- a/dist/404.html +++ b/dist/404.html @@ -21,7 +21,7 @@
- 28/04/2025: PushPull is currently not functioning due to server upgrades. When it will be back is currently unknown. Arctic Shift is available as an alternative backend, which should have similar features. The main disadvantage is that you cannot do a fulltext search without setting either subreddit or author. + 28/04/2025: Pullpush is currently not functioning due to server upgrades. When it will be back is currently unknown. Arctic Shift is available as an alternative backend, which should have similar features. The main disadvantage is that you cannot do a fulltext search without setting either subreddit or author.
10/08/2025: While viewing comments of a post, it will now query the reddit api to highlight deleted comments in red. For performance reasons, this is currently only done for threads with less than 2000 comments. In addition it now supports reddit style links. E.g. https://ihsoyct.github.io/r/nextfuckinglevel/comments/1mmgsfs/damn_sorry_for_even_calling_myself_an_artist/ will show the comments of that thread
diff --git a/dist/changelog.html b/dist/changelog.html index 3e6b682..dbb7dc6 100644 --- a/dist/changelog.html +++ b/dist/changelog.html @@ -15,15 +15,15 @@

10/08/2025

28/04/2025

28/04/2025