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
Size301 B
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 20230714.20.45
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://ici.radio-canada.ca/") {
#caroussel-top {
display: none !important;
}
div.container-adbox-autopromo {
display: none !important;
}
}