Skip to content

Instantly share code, notes, and snippets.

View tsaber's full-sized avatar

Lukas Courtial tsaber

  • Tesla Automation
  • Prüm
View GitHub Profile
@digitalheir
digitalheir / telegram_dark_mode.user.js
Last active July 12, 2023 00:27
Tampermonkey / Greasemonkey script for night mode / dark theme in Telegram web (scroll down for instructions)
// ==UserScript==
// @name Telegram dark theme / night mode
// @namespace https://github.com/digitalheir/
// @version 1.0
// @description Dark theme / night mode for Telegram Web
// @author Maarten Trompper <maartentrompper@freedom.nl>
// @match https://web.telegram.org/*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle('body { color: #fff;');