Suppression de la publicité sur le site leboncoin.
leboncoin.fr - NO PUB - NO ADS by gizmo091
Details
Authorgizmo091
LicenseNo License
Categoryleboncoin
Created
Updated
Size536 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 leboncoin.fr - NO PUB - NO ADS
@version 20211208.10.53
@namespace userstyles.world/user/gizmo091
@description Suppression de la publicité sur le site leboncoin.
@author gizmo091
@license No License
==/UserStyle== */
@-moz-document domain("leboncoin.fr") {
#lht-advertising,
iframe[id^="google_ads_iframe_"],
div[class^="styles_advertising__"],
div[class^="styles_sideColumn__"],
[data-google-query-id] {
display:none !important;
}
body {
background:#fafafa !important;
}
}