Skip to content

Instantly share code, notes, and snippets.

View risin42's full-sized avatar
๐Ÿ˜‡

risin42

๐Ÿ˜‡
  • Tokyo
  • 16:35 (UTC +09:00)
View GitHub Profile
@risin42
risin42 / TwitterAutoDarkMode.js
Created November 4, 2024 11:46
Automatically switches Twitter(X)'s dark mode based on your system's theme settings. Customize your preferred dark theme (Dark Blue or Black) through easy menu options.
// ==UserScript==
// @name Twitter Auto Dark Mode
// @version 1.0
// @author Risin42
// @license MIT
// @description Auto switch Twitter dark mode based on system settings
// @match *://x.com/*
// @match *://twitter.com/*
// @grant GM_getValue
// @grant GM_setValue