#Don't show me activity

1 messages · Page 1 of 1 (latest)

warm fiber
#

prolly a better way to do this that's more compact (excluding .classname) but this is what worked for me lol

foggy fractal
#

this won't work when there are only 2 activities, as the collapse icon won't be showing

warm fiber
#

Kelly_think_FB interesting, it's set to do it in two parts so I figured it would catch that as well

#

Kelly_think_FB 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

foggy fractal
#

yop, it does

#

nice

#

still not a big fan of wildcard selectors, but it's fine

warm fiber
#

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

foggy fractal
#

Oh I know, I just meant the * ones

warm fiber
#

yeah I changed it in the actual post to be ^

#

I prefer star but it's probably less intensive to use ^

foggy fractal
#

Yeah, they usually are

proud wharf
#

im confused, so does the hide option in the cog wheel next to activity not work or?

viral vale
#

it leaves the section header still

proud wharf
#

oh

warm fiber
#

Both the category header and the content in it