Reeywhaar / want-my-rss

RSS features for Firefox
Other
109 stars 10 forks source link

[QUESTION] A userContent.css for hiding specific authors? #64

Open ghost opened 1 year ago

ghost commented 1 year ago

Hi, no issue, only a question,

Could the developer or anyone of us provide the code which would allow to hide a Want My RSS item for a specific author?

The idea is : IF .item__author=XXX THEN hide .item

Added to, i.e. such a userContentCSS as:

/* WANT MY RSS @AMO */
@-moz-document url-prefix("moz-extension://[UUID]/show.html")
{
body {max-width: 75rem !important;}
}

Thanks!