Sfoglia il codice sorgente

i dont think this piece of shit website couldve came up with a more annoying url scheme

lolcat 1 settimana fa
parent
commit
bdc3cffc7b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/frontend.php

+ 1 - 1
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
 							)