Step one: Close cold turkey app and the minitray icon of coldTurkey
Create a file called ColdTurkeyBlockerPremium.py then open CMD to this dir.
import json
import sqlite3
import os| """Converts JSON objects into nix (hackishly).""" | |
| import sys | |
| import json | |
| INDENT = " " * 2 | |
| def strip_comments(t): |
| # vim: set ft=python: | |
| # see the README at https://gist.github.com/phiresky/4bfcfbbd05b3c2ed8645 | |
| # source: https://github.com/mpv-player/mpv/issues/2149 | |
| # source: https://github.com/mpv-player/mpv/issues/566 | |
| # source: https://github.com/haasn/gentoo-conf/blob/nanodesu/home/nand/.mpv/filters/mvtools.vpy | |
| import vapoursynth | |
| core = vapoursynth.get_core() |