Hides ads and removes footer.
No Ads for duckduckgo by Maeti
Details
AuthorMaeti
LicenseNo License
Categoryduckduckgo.com
Created
Updated
Size402 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 duckduckgo.com - Mar 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://duckduckgo.com/") {
[data-layout="ad"] {
display: none !important;
}
.footer {
display: none !important;
}
#bottom_spacing2 {
display: none !important;
}
}