665
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 28 Aug 2023
665 points (89.1% liked)
Showerthoughts
29525 readers
1834 users here now
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The best ones are thoughts that many people can relate to and they find something funny or interesting in regular stuff.
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- Posts must be original/unique
- Be good to others - no bigotry - including racism, sexism, ableism, homophobia, transphobia, or xenophobia
- Adhere to Lemmy's Code of Conduct
founded 1 year ago
MODERATORS
Honestly, it's begun to feel more hostile and shady. Pretty sure the Russian trolls are here, but hexchan ain't helping either. I'm waiting for a client side instance block feature. We really need it.
I mean I or anyone coudl write one up easily with userscripts, but I assume you're wanting server side block, because thats just UI stuff, you may not see it but the server is still sending you their junk, which is what you want to stop. something simple like: cat_name{'nousers':list, 'keywords':[list of block keywords], 'blockalgs': [list of knownblockfilters] } and you send this to the server to fetch only the stuff you want
I'd like to block all users and posts from hexchan, exploding heads, and lemmygrad. I don't care if it sends the data as long as it blocks it from my UI.
What's that written in? Python? I need to learn Python.
if u dont care about receiving data, just learn HTML, css, and javascript. Take a look at userscripts and tampermonkey
Best option I've found so far is Connect for Lemmy on Android to block instances.
Memmy has the feature to block instances client side, it doesn’t seem to be working in the latest version. The list keeps clearing out randomly. Sadly blocking a user causes my version to just crash as well.