X: hide quoted tweets
Hides the embedded quoted tweet inside posts to break the chain of nested quote-tweet recursion.
Code to copy
/* Hide the embedded quoted tweet inside posts to stop quote-tweet recursion */
[data-testid="tweet"] [role="link"][tabindex="0"]:has([data-testid="User-Name"]) {
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.