Lemmy post utilities - Filter posts by title

Filters posts on any lemmy instance by text in the title. It can also auto-open image posts, unblur thumbnails, and other things.

< Opiniones de Lemmy post utilities - Filter posts by title

Puntuación: Pasable; el script funciona, pero tiene carencias importantes

§
Publicado: 14/10/2023

do u accept feature requests ? ( i really hope so)
can u add a domain filter: like hide links according to a keyword database. for exemple keyword 'nbc' hides all nbc.com links from main feed. just a fellow lemmy user request (if feasable) since i am not that tech savy. thank you.

XynothAutor
§
Publicado: 18/11/2023

You can already do that, in the blacklist popup just type "source:nbc" and it will hide any domain that contains "nbc" in their url.

If you only want to filter the "nbc" domain but not urls that may have "nbc" in parts of their url, you can mix "source:" with "regex:"

For example -> `source:regex:http(s?):\/\/(.*\.)?nbc\.` -> This will filter any domain or subdomain of nbc.

Publicar respuesta

Inicia sesión para responder.