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
@author Hentiedup
@license unlicense
==/UserStyle== */
@-moz-document domain("imaglr.com") {
.post-item > div:not(.new-post),
.profile-content > .container > .flex > div.mb-4 {
display: none;
}
}