This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Logging configuration for the root logger (Python >= 3.10).""" | |
import logging | |
import platform | |
import sys | |
from pathlib import Path | |
def configure_logging( | |
stream_level: int = logging.DEBUG, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Monochrome Web | |
// @namespace mono-web | |
// @author visserle | |
// @version 2.6 | |
// @description Grayscale the web with an exclusion domain list. | |
// @updateURL https://gist.githubusercontent.com/visserle/ed2a89eb258fa269b21c2e349fe32c98/raw/mono-web.user.js | |
// @downloadURL https://gist.githubusercontent.com/visserle/ed2a89eb258fa269b21c2e349fe32c98/raw/mono-web.user.js | |
// @match *://*/* | |
// @grant GM_getValue |