CroissantDuNord / discord-adblock

Hide Ads For Discord Nitro, with CustomCSS
MIT License
44 stars 5 forks source link

Remove Super Reaction button next to existing reactions #8

Closed nixRidge closed 11 months ago

nixRidge commented 11 months ago

When a post has reactions added to it already, there will be buttons to add another reaction, or a super reaction. The Super Reaction button is always the last child though, so using nth-last-child(1), this removes the super reaction button, and leaves the normal reaction button as well as existing reactions intact.

CroissantDuNord commented 11 months ago

Nice work, I will merge that