Skip to content

Instantly share code, notes, and snippets.

View wesleycoder's full-sized avatar
:shipit:
ShipIt

Wésley Guimarães wesleycoder

:shipit:
ShipIt
View GitHub Profile
@wesleycoder
wesleycoder / darkify_slack.sh
Created June 18, 2019 13:23 — forked from ryanpcmcquen/darkify_slack.sh
Darkify your Slack.
#!/bin/sh
# Darkify Slack on Mac OS or Linux.
# curl https://gist.githubusercontent.com/ryanpcmcquen/8a7ddc72460eca0dc1f2dc389674dde1/raw/darkify_slack.sh | sh
if [ "`uname -s`" = "Darwin" ]; then
SLACK_INTEROP_JS="/Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.js"
else
SLACK_INTEROP_JS="/usr/lib/slack/resources/app.asar.unpacked/src/static/ssb-interop.js"
fi