this post was submitted on 03 Aug 2026
38 points (100.0% liked)

GenZedong

5269 readers
57 users here now

This is a Dengist community in favor of Bashar al-Assad with no information that can lead to the arrest of Hillary Clinton, our fellow liberal and queen. This community is not ironic. We are Marxists-Leninists.

See this GitHub page for a collection of sources about socialism, imperialism, and other relevant topics.

This community is for posts about Marxism and geopolitics (including shitposts to some extent). Serious posts can be posted here or in /c/GenZhou. Reactionary or ultra-leftist cringe posts belong in /c/shitreactionariessay or /c/shitultrassay respectively.

We have a Matrix homeserver and a Matrix space. See this thread for more information. If you believe the server may be down, check the status on status.elara.ws.

Rules:

founded 5 years ago
MODERATORS
 

Welcome again to everybody. Make yourselves at home. In the time-honoured tradition of our group, here is the weekly discussion thread.

Matrix homeserver and space
Theory discussion group on /c/theory@lemmygrad.ml
Find theory on ProleWiki, marxists.org, Anna's Archive

you are viewing a single comment's thread
view the rest of the comments
[–] TabularTuxedo@lemmygrad.ml 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

All of them are loaded whenever you start the page. You can run this command on the browser console to print them out (but don't run commands from strangers, please check it):

window.isoData.site_res.taglines.forEach((element) => {console.log(element.content)})

I don't know where else to find the taglines.

[–] ComradeEd@lemmygrad.ml 5 points 2 weeks ago* (last edited 2 weeks ago) (2 children)
[–] davel@lemmygrad.ml 4 points 2 weeks ago

Requires curl and jq:
curl -s https://lemmygrad.ml/api/v3/site | jq -r '.taglines[] | "\(.content)\n"'