Remove ads
dzone.com by chris-vmlabs
Details
Authorchris-vmlabs
LicenseNo License
CategoryDZone
Created
Updated
Size459 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 dzone.com
@version 20211014.02.05
@namespace userstyles.world/user/chris-vmlabs
@description Remove ads
@author chris-vmlabs
@license No License
==/UserStyle== */
@-moz-document domain("dzone.com") {
.content-right-images {
display: none !important
}
.ad-container {
display: none !important
}
.content {
width: 100% !important
}
div#bottom-bumper-container {
display: none !important
}
}