kanandraw
4 weeks ago
For me teamspeak is p confusing, some features are really scattered everywhere, and you also have to pay for making a server for some reasons. Theres many things off i can point out but i barely remember them. You can still use a huge part of discord without verifying btw
n-has-a-site
4 weeks ago
Yeahh but i have a feeling that they probs are going to ask for more id and stuff 😭
n-has-a-site
4 weeks ago
Like thats just the general trend im seeing, like the internets become much more surveilled? I guess
kanandraw
4 weeks ago
Im just praying that this won't happen 💔 if you're looking for a p similar alternative of discord u should check out stoat.chat
pirahxcx
3 weeks ago
check matrix, it's open source, federated, and private messages are e2ee by default so even the server can't read your conversations. Because the protocol is federated there are several servers talking to each other, if the main one matrix.org end up being forced to apply age verification, you can join some smaller server
pirahxcx
3 weeks ago
the thing about open source federated networks is that they are really hard to be regulated because anyone can host a server
sputniksputnik
4 weeks ago
i can never tell who it is either and no new names show up on the recet follows when it comes back what the hell...
pirahxcx
4 weeks ago
I just always assume someone got tired of me because I update and post too much :P but yeah, the number goes back up without new followers added, so perhaps it's just someone disabling and enabling their profiles back?
n-has-a-site
4 weeks ago
@pirahxcx maybee, but this legit happened to me a few days ago and i'm fairly certain that the profile was not disabled.
n-has-a-site
4 weeks ago
@sputniksputnik. Excatly 😭😭 however I can tell who it is though cause if you look at the profile of sites who follow you, you can see that the image of that site is gone too 😭😭. then the next day its normal
Not sure this is even possible ngl
this definealty can be done, I think the iframe just have to be missing the element or set to inherit for the parent frame
do you control the page inside the iframe? if not, then it's not possible on neocities
@pirahxcx Yes I control the parent page inside the iframe
and can't you just add the style there, or link rel="stylesheet" href=""
^ the easy option, but I checked here you can make the iframed page generate a class you can control through the other page using js" if (window.self !== window.top){document.documentElement.classList.add("whatevernameyouwant");} then in the main page css you add .whatevernameyouwant selectorsyouwanttomodify {properties: values;}
@pirahxcx nope, trying to do different themes, I want one place to write my microblogs and then the microblogs is stylised with different themes. It would make it easier to update my microblog, as I only need to write in on page instead of 3 pages for the three themes.
@pirahxcx thank you! ill try that