pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update turnstile widget

+2 -2
+1 -1
src/assets/locales/en.json
··· 457 457 "shortRemaining": "-{{timeLeft}}" 458 458 }, 459 459 "turnstile": { 460 - "description": "Please prove your humanity by completing the Captcha on the right. This is to keep sudo-flix.lol safe!", 460 + "description": "Please prove your humanity by completing the quick Captcha on the right. This is to keep sudo-flix safe!", 461 461 "error": "Failed to verify your humanity! Please try again.", 462 462 "title": "Are You a Robot 🤖?", 463 463 "verifyingHumanity": "Verifying your humanity... (^▽^)👍"
+1 -1
src/components/overlays/OverlayDisplay.tsx
··· 33 33 show ? "" : "hidden", 34 34 )} 35 35 > 36 - <div className="w-full grid lg:grid-cols-[1fr,auto] gap-5 items-center"> 36 + <div className="w-full grid lg:grid-cols-[1fr,auto] gap-7 items-center"> 37 37 <div className="text-left"> 38 38 <h2 className="text-type-emphasis font-bold text-xl mb-6"> 39 39 {t("player.turnstile.title")}