WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

1.4K

(post is archived)

[–] 1 pt

It's name is a cross between dissenter and discord.

So it just adds a chat to the bottom of every page, which you can sign into anonymously.

[–] 1 pt

interesting. I'll have a look at some point. Added to the infamous todo list.

[–] 0 pt

Lol, I have one of those too. https://lifelist.pw. Honestly it's what I use to pretend I'm productive while coding the weirdest shit.

[–] 0 pt

ended up going with Deck on Nextcloud for mine, it. never. gets. shorter....

[–] 0 pt

It's basically a grease/tampermonkey script that injects an embedded chat in an iframe on all websites you'll visit.

Right?

[–] 0 pt (edited )

Yeah. So I had already built a chat system for watching synchronized videos. The last part of the url to it was just an arbitrary chatroom name. So I figured why not use a url as the chatroom name.

So you are right. It is extendable though. Here is the source code to the actual chat https://js.lifelist.pw/u/wchat.

See all those import statements. You could '#import wchat' and then just replace any function in it. You would also have to change the build to your username, then your username would become the name of a different version.

[–] 0 pt

Interesting, I'll take a look at it later.