Твикер для вк, дополнения от notmaxhack
VK Tweaker by teaspwn+notmaxhack by maxhack
Details
Authormaxhack
LicenseMIT
Categoryt.me/notmaxhack
Created
Updated
Size50 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link./* ==UserStyle==
@name VK Tweaker by teaspwn+notmaxhack
@namespace github.com/openstyles/stylus
@version 2.6.1
@description Твикер для вк
@author Teaspwn, notmaxhack
@license MIT
@preprocessor stylus
@var checkbox OldLeftMenuIcons 'Старые иконки в левом меню' 0
@var checkbox Reactions 'Убрать реакции' 0
@var checkbox NFTRem 'Убрать NFT Аватарки' 0
@var checkbox GosRem 'Убрать галочки госуслуг' 0
@var checkbox VKSer 'Убрать кнопку сервисы ВК' 0
@var checkbox AltProfile 'Альтернативный дизайн профилей' 0
@var checkbox AltGroups 'Альтернативный дизайн групп' 0
@var checkbox AltPosts 'Альтернативный дизайн постов' 0
@var checkbox AltHistory 'Альтернативный дизайн историй' 0
@var checkbox AltMenu 'Альтернативный дизайн Меню' 0
@var checkbox BellAnim 'Анимированный колокольчик' 0
@var checkbox MenuSmall '(Нестабильно) Старый дизайн правого меню' 0
==/UserStyle== */
@-moz-document domain("vk.com"), domain("vk.ru") {
/* NO VK Sans */
:root {
--vk-sans-display: var(--palette-vk-font);
}
if (Reactions) {.ReactionsMenuPopper,.fans_fanph_reaction,li#likes_tab_reactions_0, li#likes_tab_reactions_1, li#likes_tab_reactions_2, li#likes_tab_reactions_3, li#likes_tab_reactions_4, li#likes_tab_reactions_5,.ui_tab.ui_tab_group{ display: none !important;}}
if (NFTRem) {
.AvatarRich__heptagonUnderlay {
display: none !important;
}
.AvatarRich--nft {
border-radius: 50% !important;
}
.OwnerPageAvatar--nft .OwnerPageAvatar__underlay:not(.OwnerPageAvatar__underlay--outlined),.AvatarRich__outline--nft{
position: absolute;
top: calc(var(--stroke-width, 4px) * -1);
bottom: calc(var(--stroke-width, 4px) * -1);
left: calc(var(--stroke-width, 4px) * -1);
right: calc(var(--stroke-width, 4px) * -1);
background-color: var(--background_content);
-webkit-clip-path: none;
clip-path: none;
border-radius: 50%;
}
.AvatarRich--nft .AvatarRich__img, .AvatarRich--nft .AvatarRich__background, .AvatarRich--nft .AvatarRich__children {
-webkit-clip-path: none;
clip-path: none;
}
.AvatarRich__outline--nft path,.MediaGrid__nftAttachment,.pv_right_block.NftInfoBanner,#oct-tab-nfts-control,.OwnerContentTabNfts-module__items--LbbAb {
display: none !important;
}
}
if (GosRem) {.PostHeaderTitle__verifiedByOtherServicesIcon,.OwnerPageName__esia,.page_verified.page_verified_by_services { display: none !important;}}
if (VKSer) {#react_rootEcosystemServicesNavigationEntry {display: none !important;}}
if (MenuSmall) {
/*by Ash @defenders08
Дизайнеры ВК, вы конченные долбаёбы...
С любовью, Эш...*/
.narrow_column {
width: 230px;
}
.narrow_column_wrap {
width: 230px;
}
[dir=ltr] .wide_column_left .wide_column_wrap {
margin-right: calc(345px + var(--page-block-offset, 15px));
}
[dir=ltr] .wide_column_left .wide_column_wrap {
margin-right: 15px;
width: 550px;
}
#page_body.fl_r {
width: 795px !important;
}
#page_layout, #page_header {
width: 960px;
}
.im-right-menu .ui_rmenu {
max-width: 230px;
}
.ProfileGroup {
width: 230px;
}
.ProfileGiftsRow {
width: 230px;
}
._im-page-wrap.im-page-wrapper {
width: 911px;
}
.im-page--chat-body-abs._im_chat_body_abs.ui_scroll_container.ui_scroll_default_theme.ui_scroll_hidden {
width: 594px !important;
}
/* Старое правое меню */
body.redesign_web {
--wide-column-width: 550px;
--narrow-column-width: 230px;
}
body.redesign_web .ui_rmenu_item,
.ui_rmenu_subitem {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
height: 32px;
line-height: 31px;
padding: 0 5px 0 20px;
color: var(--link_alternate);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
cursor: pointer;
}
body.redesign_web .ui_rmenu_item_sel,
.ui_rmenu_item_sel:hover {
color: var(--text_primary);
background-color: var(--background_highlighted);
font-weight: 500 !important;
-webkit-font-smoothing: subpixel-antialiased !important;
-moz-osx-font-smoothing: auto;
padding-left: 18px;
border-left: 2px solid var(--accent);
text-decoration: none;
border-radius: 1px!important;
}
body.redesign_web .ui_rmenu_item_sel .ui_rmenu_item_label {
font-weight: 500 !important;
}
.ui_rmenu_subitem {
padding: 0 5px 0 28px;
color: var(--text_subhead);
}
.ui_rmenu_right-icon.feed_lists_icon_content {
display: none;
}
body.redesign_web .ui_rmenu {
padding: 6px 0;
position: relative;
}
body.redesign_web .ui_rmenu_slider {
display: block;
}
.ui_rmenu_item_hidden {
display: none;
}
.ui_rmenu_item:hover,
.ui_rmenu_subitem:hover,
.ui_rmenu_item_sel,
.ui_rmenu_item_sel:hover {
text-decoration: none;
background-color: #f0f2f5;
}
[scheme="vkcom_dark"] .ui_rmenu_item:hover, [scheme="vkcom_dark"] .ui_rmenu_subitem:hover, [scheme="vkcom_dark"] .ui_rmenu_item_sel, [scheme="vkcom_dark"] .ui_rmenu_item_sel:hover {background-color: var(--background_hover);}
.ui_rmenu_item,
.ui_rmenu_subitem {
border-radius: 0;
}
.ui_rmenu_item, .ui_rmenu_subitem, ._ui_rmenu_sublist {
margin-bottom: 0;
}
.feed_filter_icon {
float: right;
margin: 6px 4px 0 0;
width: 20px;
height: 20px;
opacity: 0.75;
}
.ui_rmenu_pr.ui_rmenu_loading .ui_rmenu_item_sel .pr {
margin-top: -17px;
}
}
if (OldLeftMenuIcons) {
#l_vid > .LeftMenu__itemLink > .LeftMenu__icon > svg > g > path,#l_vid > .LeftMenuItem-module__item--dDdjm > .LeftMenuItem-module__icon--r9lJV > svg > g > path {
d: path("M 12.06 1.5 c 0.65 0 1.23 0 1.7 0.04 c 0.51 0.04 1.04 0.13 1.56 0.4 a 4 4 0 0 1 1.74 1.74 c 0.27 0.52 0.36 1.05 0.4 1.56 c 0.04 0.47 0.04 1.05 0.04 1.7 v 6.12 c 0 0.65 0 1.23 -0.04 1.7 a 4.07 4.07 0 0 1 -0.4 1.56 a 4 4 0 0 1 -1.74 1.74 c -0.52 0.27 -1.05 0.36 -1.56 0.4 c -0.47 0.04 -1.05 0.04 -1.7 0.04 H 7.94 c -0.65 0 -1.23 0 -1.7 -0.04 a 4.06 4.06 0 0 1 -1.56 -0.4 a 4 4 0 0 1 -1.74 -1.74 a 4.06 4.06 0 0 1 -0.4 -1.56 c -0.04 -0.47 -0.04 -1.05 -0.04 -1.7 V 6.94 c 0 -0.65 0 -1.23 0.04 -1.7 c 0.04 -0.51 0.13 -1.04 0.4 -1.56 a 4 4 0 0 1 1.74 -1.74 a 4.06 4.06 0 0 1 1.56 -0.4 c 0.47 -0.04 1.05 -0.04 1.7 -0.04 Z M 4.27 4.37 C 4 4.9 4 5.6 4 7 v 6 c 0 1.4 0 2.1 0.27 2.63 c 0.24 0.48 0.62 0.86 1.1 1.1 C 5.9 17 6.6 17 8 17 h 4 c 1.4 0 2.1 0 2.63 -0.27 a 2.5 2.5 0 0 0 1.1 -1.1 C 16 15.1 16 14.4 16 13 V 7 c 0 -1.4 0 -2.1 -0.27 -2.63 a 2.5 2.5 0 0 0 -1.1 -1.1 C 14.1 3 13.4 3 12 3 H 8 c -1.4 0 -2.1 0 -2.63 0.27 a 2.5 2.5 0 0 0 -1.1 1.1 Z M 6 14 c 0 -0.33 0 -0.49 0.06 -0.62 a 0.65 0.65 0 0 1 0.32 -0.32 c 0.13 -0.06 0.3 -0.06 0.62 -0.06 s 0.49 0 0.62 0.06 c 0.14 0.06 0.26 0.18 0.32 0.32 c 0.06 0.13 0.06 0.3 0.06 0.62 s 0 0.49 -0.06 0.62 a 0.65 0.65 0 0 1 -0.32 0.32 c -0.13 0.06 -0.3 0.06 -0.62 0.06 s -0.49 0 -0.62 -0.06 a 0.65 0.65 0 0 1 -0.32 -0.32 C 6 14.49 6 14.32 6 14 Z m 0.06 -4.62 C 6 9.51 6 9.68 6 10 c 0 0.33 0 0.49 0.06 0.62 c 0.06 0.14 0.18 0.26 0.32 0.32 c 0.13 0.06 0.3 0.06 0.62 0.06 s 0.49 0 0.62 -0.06 a 0.65 0.65 0 0 0 0.32 -0.32 c 0.06 -0.13 0.06 -0.3 0.06 -0.62 c 0 -0.33 0 -0.49 -0.06 -0.62 a 0.65 0.65 0 0 0 -0.32 -0.32 C 7.49 9 7.32 9 7 9 s -0.49 0 -0.62 0.06 a 0.65 0.65 0 0 0 -0.32 0.32 Z M 12 6 c 0 -0.33 0 -0.49 0.06 -0.62 a 0.65 0.65 0 0 1 0.32 -0.32 c 0.13 -0.06 0.3 -0.06 0.62 -0.06 s 0.49 0 0.62 0.06 c 0.14 0.06 0.26 0.18 0.32 0.32 c 0.06 0.13 0.06 0.3 0.06 0.62 s 0 0.49 -0.06 0.62 a 0.65 0.65 0 0 1 -0.32 0.32 c -0.13 0.06 -0.3 0.06 -0.62 0.06 s -0.49 0 -0.62 -0.06 a 0.65 0.65 0 0 1 -0.32 -0.32 C 12 6.49 12 6.32 12 6 Z m 0.06 7.38 c -0.06 0.13 -0.06 0.3 -0.06 0.62 s 0 0.49 0.06 0.62 c 0.06 0.14 0.18 0.26 0.32 0.32 c 0.13 0.06 0.3 0.06 0.62 0.06 s 0.49 0 0.62 -0.06 a 0.65 0.65 0 0 0 0.32 -0.32 c 0.06 -0.13 0.06 -0.3 0.06 -0.62 s 0 -0.49 -0.06 -0.62 a 0.65 0.65 0 0 0 -0.32 -0.32 c -0.13 -0.06 -0.3 -0.06 -0.62 -0.06 s -0.49 0 -0.62 0.06 a 0.65 0.65 0 0 0 -0.32 0.32 Z M 12 10 c 0 -0.33 0 -0.49 0.06 -0.62 a 0.65 0.65 0 0 1 0.32 -0.32 c 0.13 -0.06 0.3 -0.06 0.62 -0.06 s 0.49 0 0.62 0.06 c 0.14 0.06 0.26 0.18 0.32 0.32 c 0.06 0.13 0.06 0.3 0.06 0.62 c 0 0.33 0 0.49 -0.06 0.62 a 0.65 0.65 0 0 1 -0.32 0.32 c -0.13 0.06 -0.3 0.06 -0.62 0.06 s -0.49 0 -0.62 -0.06 a 0.65 0.65 0 0 1 -0.32 -0.32 c -0.06 -0.13 -0.06 -0.3 -0.06 -0.62 Z M 6.06 5.38 C 6 5.51 6 5.68 6 6 s 0 0.49 0.06 0.62 c 0.06 0.14 0.18 0.26 0.32 0.32 c 0.13 0.06 0.3 0.06 0.62 0.06 s 0.49 0 0.62 -0.06 a 0.65 0.65 0 0 0 0.32 -0.32 C 8 6.49 8 6.32 8 6 s 0 -0.49 -0.06 -0.62 a 0.65 0.65 0 0 0 -0.32 -0.32 C 7.49 5 7.32 5 7 5 s -0.49 0 -0.62 0.06 a 0.65 0.65 0 0 0 -0.32 0.32 Z") !important;
}
#l_aud > .LeftMenu__itemLink > .LeftMenu__icon > svg path:first-child,#l_aud > .LeftMenuItem-module__item--dDdjm > .LeftMenuItem-module__icon--r9lJV > svg > path:first-child {
d: path("M 14.73 2.05 a 2.28 2.28 0 0 1 2.75 2.23 v 7.99 c 0 3.57 -3.5 5.4 -5.39 3.51 c -1.9 -1.9 -0.06 -5.38 3.52 -5.38 h 0.37 V 6.76 L 8 8.43 v 5.82 c 0 3.5 -3.35 5.34 -5.27 3.62 l -0.11 -0.1 c -1.9 -1.9 -0.06 -5.4 3.51 -5.4 h 0.37 V 6.24 c 0 -0.64 0.05 -1 0.19 -1.36 l 0.05 -0.13 c 0.17 -0.38 0.43 -0.7 0.76 -0.93 c 0.36 -0.26 0.7 -0.4 1.41 -0.54 Z M 6.5 13.88 h -0.37 c -2.32 0 -3.34 1.94 -2.45 2.82 c 0.88 0.89 2.82 -0.13 2.82 -2.45 v -0.37 Z m 9.48 -1.98 h -0.37 c -2.32 0 -3.34 1.94 -2.46 2.82 c 0.89 0.89 2.83 -0.13 2.83 -2.45 v -0.37 Z m -0.02 -7.78 a 0.78 0.78 0 0 0 -0.92 -0.6 L 9.06 4.77 c -0.4 0.09 -0.54 0.15 -0.68 0.25 a 0.8 0.8 0 0 0 -0.27 0.33 c -0.08 0.18 -0.1 0.35 -0.1 0.88 v 0.67 l 7.97 -1.67 v -0.95 v -0.08 Z") !important;
}
#l_aud > .LeftMenu__itemLink > .LeftMenu__icon > svg path:last-child,#l_aud > .LeftMe...