/* ==UserStyle== @name MeWe - Remove Stories @namespace https://kevin-guertin.github.io @version 0.0.5 @description A Userstyle for MeWe.com to hide the Stories feature from the top of your stream and the right sidebar. That's it. Nice and simple. @author kevin-guertin (https://kevin-guertin.github.io) @homepageURL https://github.com/kevin-guertin/mewe-remove-stories @supportURL https://github.com/kevin-guertin/mewe-remove-stories/issues @updateURL https://raw.githubusercontent.com/kevin-guertin/mewe-remove-stories/main/dist/mewe-remove-stories.user.css @license MIT @preprocessor default ==/UserStyle== */ @-moz-document domain("mewe.com") { .c-mw-stories-list, .c-sidebar-tellers { display: none; } }