Skip to content

Instantly share code, notes, and snippets.

View mark-szabo's full-sized avatar
👨‍💻
Yippee, open-source!

Mark Szabo mark-szabo

👨‍💻
Yippee, open-source!
View GitHub Profile
@mark-szabo
mark-szabo / messenger-dark-mode.user.js
Last active July 2, 2020 19:28
Messenger material design dark mode
// ==UserScript==
// @name Messenger dark theme
// @namespace http://tampermonkey.net/
// @version 1.0.7
// @updateURL https://gist.github.com/mark-szabo/7bfd322575686ed4b09c810bd2fd03b2/raw/messenger-dark-mode.user.js
// @downloadURL https://gist.github.com/mark-szabo/7bfd322575686ed4b09c810bd2fd03b2/raw/messenger-dark-mode.user.js
// @description Messenger dark theme
// @author mark-szabo (forked from bibixx)
// @match https://www.messenger.com/*
// @grant none
{
"requirements": [
{
"name": "Windows 10 Fall Creators Update",
"additionalInformation": "build 16299 or later",
"checks": [
{
"checkType": "MinimumRegistryValue",
"registryHive": "LocalMachine",
"registryKey": "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion",