Disabled Embed
Custom Embed for Mewe by ht2547
Details
Authorht2547
LicenseNo License
Categorymewe.com
Created
Updated
Size725 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
N/A
Source code
/* ==UserStyle==
@name userstyles.world - 7/18/2023, 7:46:01 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@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;
}
.chats-list-element.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;
}
}