Amazon: hide the "Buy again" row
Removes the "Buy again" and "Keep shopping for" homepage rows built from your past orders.
Code to copy
/* Hide the "Buy again" and "Keep shopping for" homepage rows */
[cel_widget_id*="buy-again"],
[cel_widget_id*="keep-shopping"],
[data-cel-widget*="buyAgain"],
#anonCarousel1 {
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.