Hide those "Sponsored" and "Go Premium" ad posts that are among normal posts
/* ==UserStyle==
@name Imaglr Extra Ad remover
@description Hide those "Sponsored" and "Go Premium" ad posts that are among normal posts
@namespace Hentiedup
@version 0.2.3
@author Hentiedup
@license unlicense
==/UserStyle== */
@-moz-document domain("imaglr.com") {
.profile-content > .container > .flex > div.mb-4,
.sidebar-vast-ad,
#sidebar__inner > nav > a[href="/subscriptions"] {
display: none;
}
}