Facebook: hide GIF and sticker buttons
Hides the GIF, sticker and avatar buttons in the comment box to keep replying simple.
Code to copy
/* Hide the GIF, sticker and emoji buttons in the comment box */
[role="article"] [aria-label*="GIF" i],
[role="article"] [aria-label*="ticker" i],
[role="article"] [aria-label*="Comment with an avatar" i] {
display: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.