Hacker News Comment Search Filter

Hides comments on a page via regular expression search fields

Versão de: 30/04/2016. Veja: a última versão.

Autor
sdca
Avaliações
0 0 0
Versão
1.0.0
Criado
30/04/2016
Atualizado
30/04/2016
Tamanho
4,36 KB
Licença
N/A
Aplicável a

I created this to search lengthily Hacker News comment threads on the fly.

One good example is the monthly "Who is Hiring?" posts which can often exceed 800 replies.

It was designed with a goal of being unobtrusive to the original HN theme.

Tips:

- Search fields obey most of JavaScript's RegExp syntax so you can use things like the pipe operator (|)

- Begin a search field with a dash to make it a negative search result (-)

- You may need to escape characters such as $ with a \

- Pressing Esc on your keyboard will clear a field quickly

- Threads with >300 replies have a 0.5 second delay between your last keyup and DOM update

- Usernames are included in the searches

长期地址
遇到问题?请前往 GitHub 提 Issues。