Skip to content

Instantly share code, notes, and snippets.

/*
Enable dark mode on slack by appending the below code to this file:
/Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.js
NOTE: you will need to change the URL to the latest version of this gist by clicking the "Raw" button.
document.addEventListener('DOMContentLoaded', function() {
$.ajax({
url: 'https://gist.githubusercontent.com/jon077/330e86682905f2c7ffa5e9a755cfe012/raw/fdcf34fcb8f92283d2c0376025b47e28ecc7195c/slack-dark-mode',