Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on feddit.online
piefed_meta·PieFed MetabyFiniteBanjo

Is there a way to block or disable the "related communities" part of the page?

Sometimes this segment is longer than the post and comments itself and when I'm not near an LTE or 5G cell tower it can cause pages to take longer to load on web. I have never used this feature even once.

When I tried using element picker with Ublock Origin it doesn't only apply the filter to this element.

View original on feddit.online
10

2 replies

I've added an ID onto that html element so ublock can target it better. Or if you go into your profile and in the Additional CSS field put this:

#related_communities { display: none; }

That will do it.

It might take a couple of days for feddit.online to update their code.

1

You reached the end