#Don't show me activity
1 messages · Page 1 of 1 (latest)
prolly a better way to do this that's more compact (excluding .classname) but this is what worked for me lol
this won't work when there are only 2 activities, as the collapse icon won't be showing
interesting, it's set to do it in two parts so I figured it would catch that as well
instead of using svg parts I can use role=button since no other categories do, so with this input it's now
[class*='membersGroup']:has([role=button]),
[class*='member'] [class*='container']:has([class*='badges']) {
display: none;
}
should now account for anything that doesnt have the expand icon, and if they change the icon it should still work as well
I just like them for "future proofing" realistically it's nicer to just use .selectors but the less you need to update something, the happier the end user usually is
Oh I know, I just meant the * ones
yeah I changed it in the actual post to be ^
I prefer star but it's probably less intensive to use ^
Yeah, they usually are
im confused, so does the hide option in the cog wheel next to activity not work or?
it leaves the section header still
oh
Hides both, or at least should
Both the category header and the content in it