This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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', |