Hacker News new | ask | show | jobs
by closedloop129 1459 days ago
Do you offer public access to those lists or are they only available to users of the plugin?

This sounds like an opportunity to create white and blacklists in cooperation among various projects.

1 comments

Filter lists can be hosted anywhere and imported with the @ syntax:

# Make these domains stand out in results +en.wikipedia.org +stackoverflow.com +github.com +api.rubyonrails.org # SPAM - never show these results experts-exchange.com # Pull filters from external source @https://clobapi.herokuapp.com/default-filters.txt

This default list is the only one I distribute but users have come up with own lists.

It would be nice to have a Github repo with such lists (or meta lists: the @ syntax works recursively, allowing lists to import other lists).

Your suggestion of having a standard for the list syntax is interesting.