Nostr Pro Tip:
If you have a muscle memory of opening twitter, then run
On Linux/MacOS:
```
sudo bash -c "cat >> /etc/hosts << EOF
0.0.0.0 twitter.com
EOF
"
```
On Windows
```
echo 0.0.0.0 twitter.com >> %WINDIR%\System32\Drivers\Etc\Hosts
```
(but also don't trust & verify commands some rando gives you online)