Skip to content

Instantly share code, notes, and snippets.

View visserle's full-sized avatar
🪄

visserle

🪄
  • Hamburg, Germany
View GitHub Profile
"""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,
// ==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