Skip to content

Instantly share code, notes, and snippets.

@Rinrin0413
Last active February 5, 2022 08:58
Show Gist options
  • Save Rinrin0413/8f4c6885115e6ecd239f76f2972e4f18 to your computer and use it in GitHub Desktop.
Save Rinrin0413/8f4c6885115e6ecd239f76f2972e4f18 to your computer and use it in GitHub Desktop.
強制ダークモード
// コンソールに投げれば 暗い部分と明るい部分が逆になる!
document.getElementsByTagName("html")[0].style.filter = "invert(100%) hue-rotate(180deg)";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment