maksverver / astral-codex-eleven

A Chrome browser extension to speed up loading of posts on https://www.astralcodexten.com/ by replacing the comments widget.
MIT License
3 stars 2 forks source link

Option for hiding comments by user #5

Closed Pycea closed 2 months ago

Pycea commented 2 months ago

Hides comments by the given users, in a comma separated string.

Technically, it would be more correct to hide by user id, since usernames can change and it won't work for anyone with a comma in their name. However, this would mean a more involved UI and in practice I haven't come across any issues that require it, so this probably suffices for now.

maksverver commented 2 months ago

Please rebase this on top of the master branch, and I'll merge it.