- Joined
- Dec 21, 2016
- Messages
- 5,679
@IndayArtHauz goodbye brotherGet stylebot or some other CSS extension to use with chrome and add these styles:
To remove all mod/staff/admin posts:
CSS:article:has(span.username--staff,span.username--moderator,span.username--admin){display: none;}
To remove single users' posts:
CSS:article[data-author="IndayArtHauz"] {display:none;}
Disclaimer:
For education use only, do not try at home.