Removes the en-direct popup and sidebar panel ad from the home page of ici.radio-canada
Remove en-direct and panel ad by WhyDidIHaveToDoThis
Details
AuthorWhyDidIHaveToDoThis
LicenseNo License
Categoryici.radio-canada.ca
Created
Updated
Code size1.1 kB
Code checksum63a33f94
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Remove en-direct and panel ad
@version 20250201.19.29
@namespace https://userstyles.world/user/WhyDidIHaveToDoThis
@description Removes the en-direct popup and sidebar panel ad from the home page of ici.radio-canada
@author WhyDidIHaveToDoThis
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://ici.radio-canada.ca/") {
#caroussel-top {
display: none !important;
}
div.container-adbox-autopromo {
display: none !important;
}
div.h-\[114px\].xsToSm\:h-\[70px\].flex.relative.items-center.justify-center {
display: none !important;
}
div.h-\[114px\].xsToSm\:h-\[70px\].bg-gray100.light\:bg-gray100.dark\:bg-gray999.relative.z-pageTopAd.w-full.overflow-hidden.transition-all.duration-100.ease-linear.print\:hidden {
display: none !important;
}
div.sc-jbo7hw-9.bJFAej.sc-1ejcmnj-0.kfvlUi {
font-size:1.2rem !important;
--body-html-max-width-items: 800px;
}
/* Hide all div elements with data-testid="ad" */
div[data-testid="ad"] {
display: none !important;
}
}