In STEP 8 of this repo's main readme are instructions to run sudo crontab -e to edit root's crontab file and add a command to run update-ngxblocker. It provides a number of example crontab lines. Here's one
00 22 * * * sudo /usr/local/sbin/update-ngxblocker -e yourname@youremail.com
This is the root user's crontab file. Commands in it will run as root. Why does it use sudo to run the update-ngxblocker script?