Skip to content

VK Messenger without clutter by mariohuq

Screenshot of VK Messenger without clutter

Details

Authormariohuq

LicenseNo License

Categoryvk

Created

Updated

Size650 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

All unnecessary UI hidden.

Disclaimer: avatars and message texts are unaffected by this user style. These are edited for screenshot.

Notes

Userstyle doesn't have notes.

Source code

/* ==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;
}

}

Reviews

No reviews yet.