diff --git a/websites/I/Incels.is/metadata.json b/websites/I/Incels.is/metadata.json index d3008964331f..3c55860681ec 100644 --- a/websites/I/Incels.is/metadata.json +++ b/websites/I/Incels.is/metadata.json @@ -3,22 +3,17 @@ "apiVersion": 1, "author": { "id": "351653707496292353", - "name": "ianhell666" + "name": "pickmanprojectvictim" }, "service": "Incels.is", "description": { "en": "Incels.is is a community for men that struggle with or are unable to get into romantic relationships with women despite trying. We welcome men from all walks of life, and from all cultural and racial backgrounds, as long as you are an incel." }, - "url": [ - "incels.is", - "www.incels.is" - ], - "version": "1.0.10", + "url": ["incels.is", "www.incels.is"], + "version": "1.0.11", "logo": "https://cdn.rcd.gg/PreMiD/websites/I/Incels.is/assets/logo.png", "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/I/Incels.is/assets/thumbnail.png", "color": "#182139", "category": "socials", - "tags": [ - "community" - ] -} \ No newline at end of file + "tags": ["community"] +} diff --git a/websites/I/Incels.is/presence.ts b/websites/I/Incels.is/presence.ts index 7c4423876592..39f9a87c5ddc 100644 --- a/websites/I/Incels.is/presence.ts +++ b/websites/I/Incels.is/presence.ts @@ -49,18 +49,18 @@ presence.on("UpdateData", async () => { else if ( pathname.includes("/the-lounge") && pathname.includes("/post-thread") - ) { - presenceData.details = - "Typing up something unrelated to inceldom (probably a lie)"; - } else if (pathname.includes("/the-lounge")) + ) + presenceData.details = "Typing up something unrelated to inceldom"; + else if (pathname.includes("/the-lounge")) presenceData.details = "He be loungin'"; else if ( pathname.includes("/the-sewers") && pathname.includes("/post-thread") - ) - presenceData.details = "Typing up a post for the sewer rats"; - else if (pathname.includes("/the-sewers")) - presenceData.details = "Going through the sewers (yuck)"; + ) { + presenceData.details = + "Typing up a post for the sewer rats (probably just postmaxxing)"; + } else if (pathname.includes("/the-sewers")) + presenceData.details = "Swimming through the sewers (yuck)"; else if ( pathname.includes("/ban-appeals") && pathname.includes("/post-thread") @@ -81,7 +81,7 @@ presence.on("UpdateData", async () => { document.querySelector(".p-navgroup-user-linkText")?.textContent ) ) - presenceData.details = "Looking at self with disgust"; + presenceData.details = "Looking at self with disgust (it's over)"; else presenceData.details = "Watching over other lost souls"; } else if (pathname.includes("/account/preferences")) presenceData.details = "Customizing the experience"; @@ -97,7 +97,7 @@ presence.on("UpdateData", async () => { presenceData.details = "Talking to like-minded (based) individuals"; else if (pathname.includes("/media/")) { presenceData.details = - "Either looking at memes, family friendly content, or both (or posting them)"; + "Either looking at or posting memes, family friendly content (trust), or both"; } else if (pathname.includes("/search/") && search.includes("?q=") === false) presenceData.details = "Searching for something really specific"; else if (pathname.includes("/search/")) { @@ -109,7 +109,7 @@ presence.on("UpdateData", async () => { presenceData.details = "Reading a thread:"; if (document.querySelector("[class*='nsfw']")) - presenceData.state = "Looking at family friendly content"; + presenceData.state = "[Family friendly thread (trust)]"; else { presenceData.state = threadTag ? threadTitle.replace(threadTag, `[${threadTag}]`)