Only use this if you know what it's for!
Custom changes for MeWe by patricktobias
Details
Authorpatricktobias
LicenseNo License
Categorymewe.com
Created
Updated
Size748 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Custom changes for MeWe
@namespace github.com/openstyles/stylus
@version 1.0.6
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("mewe.com") {
.c-chat-message-link,
.c-mw-post-link,
.postbox_media_link.d-flex {
display: none;
}
.selected {
background-color: blue !important;
}
button.btn.btn-filled.group-bg.mewe-share-button,
header.mw-box_header.group-bg.group-bg-secondary {
background-color: green;
}
.postbox-placeholder_text {
font-size: 16px !important;
font-style: normal !important;
}
.chat-message_avatar,
.profile-popup_avatar {
display: none;
}
}