Skip to content

Instantly share code, notes, and snippets.

@pombadev
Created August 18, 2025 08:24
Show Gist options
  • Select an option

  • Save pombadev/6fb4dee49070c19078bb7bfa831b925e to your computer and use it in GitHub Desktop.

Select an option

Save pombadev/6fb4dee49070c19078bb7bfa831b925e to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Slack Web Workspace Sidebar
// @namespace Violentmonkey Scripts
// @match https://app.slack.com/client/*
// @grant none
// @version 1.0
// @author pombadev
// @description 8/12/2025, 10:59:09 PM
// @run-at document-start
// ==/UserScript==
// https://webapps.stackexchange.com/a/180481
Object.defineProperty(navigator, 'userAgent', {
value: navigator.userAgent + ' (Slack)'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment