I don't see anything being hidden
For example, to remove the retweet count this CSS selector could be used:
div[data-testid="retweet"] > div > div:nth-child(2) > span {}
Test it out:
document.querySelectorAll('div[data-testid="retweet"] > div > div:nth-child(2) > span')
I don't see anything being hidden
For example, to remove the retweet count this CSS selector could be used:
Test it out: