this post was submitted on 01 Sep 2023
16 points (100.0% liked)

Lemmy Apps

5403 readers
1 users here now

A home for discussion of Lemmy apps and tools for all platforms.

RULES:


An extensive list of Lemmy apps is available here:

LemmyApps.com

or lemmyapps.netlify.app


Visit our partner Communities!

Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. [email protected]

Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. [email protected]

Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. [email protected]

Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. [email protected]

founded 1 year ago
MODERATORS
 

I've looked through some of the web UIs and apps and found that I could hide NSFW posts without signing in, but so far I haven't found one that allows for hiding bot posts. Is that not possible at the moment?

I still haven't decided which UI or app to settle on, hence not signing in, and it's kind of revealing how many bot posts there are when viewing some Lemmy instances this way. πŸ˜…

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago (1 children)

I've tried programming a few greasemonkey scripts to do some things. So far I have a script that expands all posts (except NSFW), and makes all post links open in a new tab. So far they only work on old.lemmy.world. I've tried scripting the same thing to work on the default interface, but it seems to work quite differently.

If there's something in the post that makes bots obvious, it should be simple to find them, and then just make them not render. If you have a specific post you could point me to, I'd like to look into it.

[–] [email protected] 2 points 1 year ago (1 children)

So far as I can tell, I think bot accounts are ideally supposed to flag their accounts as bot accounts, e.g. b0t here does so, which I'd think should allow for a similar toggle as exists for NSFW posts in different UIs/apps when not signed in, but I haven't seen it yet so I'm thinking it may work differently.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

a class="person-listing d-inline-flex align-items-baseline text-info" title="@bOt" href="/u/bOt"...../a

I can probably modify the script to block these bots, because they all have the same username. I would just look for the title and remove the posts that equal @bOt.

This might be a better task for the dev-team, because my method is definitely a work-around. There could already be an open issue for it on the github. I think we agree that blocking bots should be built into the API.