All unnecessary UI hidden.
Disclaimer: avatars and message texts are unaffected by this user style. These are edited for screenshot.
Authormariohuq
LicenseNo License
Categoryvk
Created
Updated
Size650 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
All unnecessary UI hidden.
Disclaimer: avatars and message texts are unaffected by this user style. These are edited for screenshot.
/* ==UserStyle==
@name VK Messenger without clutter
@version 20220529.15.56
@namespace userstyles.world/user/mariohuq
@description All unnecessary UI hidden.
@author mariohuq
@license No License
==/UserStyle== */
@-moz-document url("https://vk.com/al_im.php"), url-prefix("https://vk.com/im") {
.side_bar,
.TopNavBtn__audio,
.HeaderNav__item--player,
#top_ecosystem_navigation_link,
#fastchat-reforged,
.top_profile_vkconnect_card_wrapper > * > *:nth-child(3) {
display: none !important;
}
.HeaderNav__item--logo,
#react_rootEcosystemServicesNavigationEntry,
.im-page--dialogs-call-wrap {
visibility: hidden;
}
}