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 )