This script prevent you from distractions
The scripts will kill the programs in blocklist if they exist, add websites in blocklist to hostfile and track the usuage time of them.
Between the session, there will be a small break for you.
- Python 3.7
git clone https://github.com/raspiduino/comadd.git
cd comadd
pip install pywin32 matplotlib numpy==1.19.3
sudo apt-get install -y xdotool # If you are on Linux
comadd.py
Note: You need to change the setting the first time you use this script.
- Goto chrome://extensions/ and click Developer mode
- Click on Load unpacked and choose the extension folder in the repo
- Done!
- You need to run this script as Administrator/root
- Some time the Windows Defender may warn this script as HostsFileHijack. This is wrong positive because this script need to edit the hostfile for blocking websites in block list. So allow the script to do that.
Note: if you see another program flag at this, be careful that it maybe the true virus. So please backup your hostfile.
Under GPL-v3