Amazon: hide video ads
Hides video advertisement blocks and sponsored videos that appear on product and home pages.
Code to copy
/* Hide video advertisement blocks on product and home pages */
#vse-related-videos_feature_div,
[data-component-type="sp-sponsored-video"],
.vse-vw-container[data-ad],
#vse-player-container.is-ad {
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.