Description
Describe the bug
The EasyList social filter rules include .social-links-list
selector, which causes certain elements on VitePress pages to not display properly.
Here’s the affected component code:
Here’s the source of the EasyList rule (Be cautious when accessing this file — it’s quite large and may crash your browser):
https://github.com/easylist/easylist/blob/053fcd167ec66bd798cb9c3dde99c2906b1ffde8/fanboy-addon/fanboy_social_general_hide.txt#L8004

Reproduction
When ad blockers like uBO or Adblock Plus have the social rules enabled, the affected element disappears.


Disabling the relevant rule restores them to normal.

Expected behavior
I'm aware this is a Fanboy rule and not enabled by default, but ad blockers often make it easy for users to enable it. Renaming the class to something not on the blocklist is a simpler and more practical workaround.
Changing it to social-links-items
should work, though in the long run, it might be better to avoid using names like social-link
altogether.
System Info
Not necessary.
Additional context
No response
Validations
- Check if you're on the latest VitePress version.
- Follow our Code of Conduct
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.