Without using external scripts, is there a way to hide posts that link to specific domains? For example, if I want to hide all posts where the OP put google.com links in the URL field when creating the post.
Without using external scripts, is there a way to hide posts that link to specific domains? For example, if I want to hide all posts where the OP put google.com links in the URL field when creating the post.
5 Comments
Blaze@feddit.org · 3 pts · 1y
Similar question here: https://lemmy.world/post/19194148
In summary: some interfaces and clients allow for that, but not the Lemmy default
ProtonFiber@lemm.ee · 1 pts · 1y
Post link in case anyone reading this from lemm.ee so there are no need to leave the instance to read the hyperlinked post: https://lemm.ee/post/40968078
muntedcrocodile@lemm.ee · 1 pts · 1y
I don't think so but with external scripts you can always get chatgpt to write you some greasemonky scripts to do it
Auster@lemm.ee · 6 pts · 1y
Just remembered Ublock Origin filters also work nice with fediverse sites, although I would prefer to completely purge posts with links I avoid.
But for those curious, here's an example filter I just cooked:
lemm.ee##a[class="fst-italic link-dark link-opacity-75 link-opacity-100-hover"]:has-text(here_goes_the_domain_as_displayed_under_the_post_title):upward(div[class="post-listing mt-2"])So as an hypothetical example, if for some reason I have a problem with the
sh.itjust.worksinstance, I could make this:lemm.ee##a[class="fst-italic link-dark link-opacity-75 link-opacity-100-hover"]:has-text(sh.itjust.works):upward(div[class="post-listing mt-2"])And it ends up looking like this:
https://imgur.com/a/GuOspst
Filter active on the left, and not active on the right.
muntedcrocodile@lemm.ee · 2 pts · 1y
Shit, the fucking simple solution. classic