266
submitted 1 year ago* (last edited 1 year ago) by mim to c/asklemmy@lemmy.ml

I am currently self-hosting a meta search engine instance (searxng), which allows me combine searches from different engines (e.g. Google, Bing, Yahoo, etc), but also to filter out websites that I don't want to show up.

The only website to make my blacklist so far is slant.co (useless SEO-riddled site that always comes up when I search for software comparisons). I also automatically redirect all reddit.com links to old.reddit.com.

I'm looking to expand this list. So, which websites do you blacklist? Either using software, or just mentally.

you are viewing a single comment's thread
view the rest of the comments
[-] Fleppensteijn@feddit.nl 9 points 1 year ago

I'd be happy if there is a way to block webshops. You can block e.g. Amazon but then there will be another shop in its place.

I wasn't so happy with Searx but I think I'll have a look at SearXNG if blocking is an option

[-] mim 4 points 1 year ago

In SearXNG you can redirect, or block domains (but you still need to define them). You need to enable the "Hostname replace" pluging in the setting.yaml

enabled_plugins:
  - 'Hostname replace'  # see hostname_replace configuration below

And then define the rules like this:

hostname_replace:
#   My redirects
  '(.*\.)?reddit\.com$': 'old.reddit.com'
#   My filters
  'slant\.co': false
  'dailymail\.co\.uk': false
this post was submitted on 09 Aug 2023
266 points (99.3% liked)

Asklemmy

43326 readers
1176 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS