From bdc3cffc7b508effb3561de0c8a43007ffdbeffb Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 8 Sep 2026 04:29:34 -0400 Subject: [PATCH] i dont think this piece of shit website couldve came up with a more annoying url scheme --- lib/frontend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/frontend.php b/lib/frontend.php index daf8f93..3713472 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -823,7 +823,7 @@ class frontend{ // https://ihsoyct.github.io/index.html?author=google&mode=comments&backend=pullpush elseif( preg_match( - '/^\/(?:u|user)\/([^\/]+)\//', + '/^\/(?:u|user)\/([^\/]+)\/(?:(?:comments|submitted)\/?)?(?:$|\?|&)/', $host["path"], $slug )