feat: add script GX.Slack.UI.NoUpgrade
This commit is contained in:
parent
b5052ea0ef
commit
df08423d66
1 changed files with 12 additions and 0 deletions
12
slack-ui-no-upgrade/GX.Slack.UI.NoUpgrade.js
Normal file
12
slack-ui-no-upgrade/GX.Slack.UI.NoUpgrade.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
==UserCSS==
|
||||
@name GX.Slack.UI.NoUpgrade
|
||||
@match https://app.slack.com/client/*
|
||||
@version 1.0
|
||||
==/UserCSS==
|
||||
*/
|
||||
|
||||
.p-client_container .p-client_workspace .p-view_contents--sidebar div.p-ia4_upgrade_button__container {
|
||||
/* opacity: 0.25; */
|
||||
display: none;
|
||||
}
|
Loading…
Reference in a new issue