← Back to context

Comment by sundarurfriend

2 years ago

I've recently been getting into Brave Goggles, and they have a `discard` feature so any site you don't explicitly mention get discarded from the results. For eg., see https://github.com/brave/goggles-quickstart/blob/main/goggle...

They use 1000 domains from Hacker News posts and do ranking and all that, but for your purpose, you can just have

    $discard
    $boost,site=wikipedia.org
    $boost,site=stackexchange.com
    $boost,site=gitlab.com

Thanks, this is really cool. I found one from gist.github.com/JellyWX/ called jude.goggles that is basically already that.