Facebook
From fox, 2 Months ago, written in Plain Text.
This paste is a reply to AMOLED Dark Theme Discord from Erika26 - view diff
Embed
Download Paste or View Raw
Hits: 203
  1. // ==UserScript==
  2. // @name         New Userscript
  3. // @include      https://discord.com/channels/@me
  4. // @include      https://discord.com/app
  5. // @grant        none
  6. // ==/UserScript==
  7.  
  8. document.body.classList.toggle("theme-amoled")