submitted 2 years ago* (last edited 2 years ago) by to c/asklemmy@lemmy.ml
 

Title says it all. I'll go first:

I don't really have any on my computer (all I use that for is Vim, Firefox, and Git), but on my phone: Orbot (basically Tor as a VPN on your phone).

Edits: Added link, fixed formatting

you are viewing a single comment's thread
view the rest of the comments
[โ€“] 10 points 2 years ago* (2 children)

SearXNG.

It's like having a search engine customised to my needs.

Automatically filters out SEO junk sites, and redirects links automatically (e.g. reddit.com -> old.reddit.com)

  • source
  • hideshow 4 child comments
  • [โ€“] 5 points 2 years ago (1 child)

    Wait... How do you make SearXNG redirect to old.reddit?

  • source
  • parent
  • hideshow 2 child comments
  • [โ€“] 5 points 2 years ago* (2 children)

    Change your settings.yml to have this

    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
    
  • source
  • parent
  • hideshow 4 child comments