Skip to content

Instantly share code, notes, and snippets.

@fijimunkii
Last active October 31, 2018 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fijimunkii/5424c9cc3eca7fbc08a3723b151ae6e1 to your computer and use it in GitHub Desktop.
Save fijimunkii/5424c9cc3eca7fbc08a3723b151ae6e1 to your computer and use it in GitHub Desktop.
dark mode for slack mac osx app
echo "
document.addEventListener('DOMContentLoaded', function() {
\$.ajax({
url: 'https://raw.githubusercontent.com/fijimunkii/slack-night-mode/master/css/raw/black.css',
success: function(css) {
\$(\"<style></style>\").appendTo('head').html(css);
}
});
});
" >> /Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment