Skip to content

Instantly share code, notes, and snippets.

@jankcat
Last active May 9, 2017 21:34
Show Gist options
  • Save jankcat/ed0f4663f8cf3c4748329b9e2704dde1 to your computer and use it in GitHub Desktop.
Save jankcat/ed0f4663f8cf3c4748329b9e2704dde1 to your computer and use it in GitHub Desktop.
fb messenger night mode
/*background*/document.getElementById("content").getElementsByTagName("div")[0].getElementsByTagName("div")[0].getElementsByTagName("div")[0].style.backgroundColor="#2E3136";/*title text*/document.getElementsByTagName("body")[0].style.color="#FFFFFF";/*text*/var node=document.createElement("style");node.innerHTML="/*new convo friend info*/._1n-e, /*new convo name*/._llq, /*new convo info*/._36zg, /*sidebar preview*/._1htf, /*link preview title*/._5i_d .__6k, /*link preview text*/._5i_d .__6l, /*link preview url*/._5i_d .__6m, /*right sidebar names*/._364g, /*right sidebar title*/em, /*right sidebar title*/._2jnv, /*sidebar names*/._1ht6, /*sidebar times*/._1ht7, /*right sidebar*/._3szq, /*chat title*/._17w2{color:rgba(255, 255, 255, 1);}/*in chat names*/._ih3, /*in chat times*/._497p{color:rgba(200, 200, 200, 1);}/*your chat bubbles*/._nd_ ._hh7, /*their chat bubbles*/._hh7, /*link preview bubbles*/._ui9, /*delete message modal*/._4eby{background-color:rgba(75, 75, 75, 1);color:rgba(255, 255, 255, 1);}";document.body.appendChild(node);
@jankcat
Copy link
Author

jankcat commented May 9, 2017

Press Ctrl + Shift + J (Windows / Linux) or Cmd + Opt + J (Mac).
Paste it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment