Skip to content

Instantly share code, notes, and snippets.

View t0mm1e's full-sized avatar
🏠
Working from home

Thomas van Gulick t0mm1e

🏠
Working from home
View GitHub Profile
@khronokernel
khronokernel / electron_patcher.py
Last active June 9, 2025 20:27
Electron and Chrome patcher to force OpenGL rendering
"""
electron_patcher.py: Enforce 'use-angle@1' in Chrome and Electron applications
Version 1.0.0 (2024-08-11)
"""
import enum
import json
from pathlib import Path