Skip to content

Instantly share code, notes, and snippets.

View TuckerWhitehouse's full-sized avatar

Tucker Whitehouse TuckerWhitehouse

View GitHub Profile
@TuckerWhitehouse
TuckerWhitehouse / hide-slack-sidebar-icons
Last active November 12, 2020 14:16 — forked from ryanhatfield/hide-slack-sidebar-icons
Hide Slack Sidebar Icons
#! /usr/bin/env bash
##############
##
## A script to inject a custom style into Slack that hides the new sidebar icons.
## This script has very little error catching or extra debug output
##
## Run at your own risk.
## Anything done here can be "uninstalled" by reinstalling Slack
##
## To run Slack in debug mode, run the following:
javascript: (function (w) {
if (!w.jQuery) {
alert('jQuery is required.');
return;
}
if ($('#bootswatch').length) {
alert('Bookmaklet already loaded.');
return;
}
var $link = $('<link>', {