Hacker News new | ask | show | jobs
by only4here 1609 days ago
This is a great idea, I like that you can generate lists for DuckDuckGo as well. It'd be cool to also see lists for SearX, too. I see a lot of these list websites online but this one allows for more specific use cases rather than the "block everything" ones that I usually find.
1 comments

Thanks for the feedback! Adding another search engine to the search-results filter is pretty easy. For reference, the (handlebars) template for it is available at https://github.com/xvello/letsblockit/blob/main/data/filters...

The tricky part about SearX is that it runs on several domains, while uBlock Origin cosmetic filters need to be scoped to a given domain name. We'd need to add a parameter to specify the instance(s) on which you want the filter to be generated. If you want to follow up on this, would you mind opening an issue at https://github.com/xvello/letsblockit/issues/new?template=up... to help me with the testing?

Created an issue to track work on this topic: https://github.com/xvello/letsblockit/issues/50