Hide some advertising and recommendations on Ocado
ocado.com by nickpeirson
Details
Authornickpeirson
LicenseNo License
CategoryOcado.com
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ocado.com
@version 20220703.09.07
@namespace userstyles.world/user/nickpeirson
@description Hide some advertising and recommendations on Ocado
@author nickpeirson
@license No License
==/UserStyle== */
@-moz-document domain("ocado.com") {
/** Fix unit price placement */
div.main-column .fops .price-group-wrapper .fop-unit-price {
bottom: 0;
}
/** Remove cross sells from product list */
.fops-item--cross_sell {
display: none;
}
/** Remove recommended item sidebar */
div.sidebar-element.recommended-fops {
display: none;
}
/** Remove related search buttons */
div.rs-stickyHorizontalBar:has(div.rs-relatedSearch) {
display: none;
}
li.fops-item.fops-item--featured {
display: none;
}
.sidebar-element.foodProfileSidebarWidget {
display: none;
}
section.bop-section.bop-bannerSection {
display: none;
}
section#recommendationsScrollId {
display: none;
}
section.poc-scribe__bannersWrapper {
display: none;
}
.supplierBanner {
display: none;
}
.main-column > div.freeHtml {
display: none;
}
header > div:has(#aq-promo-close-dark),
#header > div:has(#aq-promo-close-desktop-dark) {
display: none;
}
/* Hide the annoying 'buy this quick' popup */
div#container-1 {
display: none;
}
}