Amazon: hide "Customers also bought" carousel
Removes the "Customers also bought" recommendation carousels that lengthen the product page.
Code to copy
/* Hide "Customers who bought this also bought" carousels */
[cel_widget_id*="purchase-similarities"],
[cel_widget_id*="similarities"],
[data-cel-widget*="desktop-dp-sims"],
#sims-consolidated-1_feature_div,
#sims-consolidated-2_feature_div {
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.