For quite some time I had been using hostess [2] to enable/disable specific websites, yet this too had a couple of problems.
1. Docker Desktop (macOS) keeps appending on my /etc/hosts without asking me when I start it. This requires usage of `hostess fix` to remove duplicate entries.
2. Changing /etc/hosts requires sudo access, which means I have to keep inputting it when I need to make any changes.
Eventually I just `vim /etc/hosts` instead of `sudo hostess fix && sudo hostess on news.ycombinator.com`