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 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 |
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
{ | |
"requirements": [ | |
{ | |
"name": "Windows 10 Fall Creators Update", | |
"additionalInformation": "build 16299 or later", | |
"checks": [ | |
{ | |
"checkType": "MinimumRegistryValue", | |
"registryHive": "LocalMachine", | |
"registryKey": "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion", |